Commit 3594155d authored by Hall Liu's avatar Hall Liu Committed by Brad Ebinger
Browse files

Fix MockInCallService's default starting values

mIsServiceUnbound in MockInCallService used to have no initial value,
which means that it defaulted to false, effectively meaning that
MockInCallService started out thinking that it was bound. This caused
test failures in tests that did not make use of MockInCallService
because the cleanup code asserted that MockInCallService was unbound.

This change renames mIsServiceUnbound to mIsServiceBound and explicitly
sets the initial value to false.

Bug: 26641212
Merged-In: I03c6fb0b994c4b55bf55f9dbedd85fd3add8ef5e
Change-Id: I03c6fb0b994c4b55bf55f9dbedd85fd3add8ef5e
(cherry picked from commit 16d7c348)
parent 43f81de4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment