Home
last modified time | relevance | path

Searched refs:mIsServiceBound (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DInCallServiceStateValidator.java42 private boolean mIsServiceBound = false; field in InCallServiceStateValidator
125 mIsServiceBound = true; in onBind()
132 mIsServiceBound = false; in onUnbind()
180 return mIsServiceBound; in isServiceBound()
184 return !mIsServiceBound; in isServiceUnBound()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java49 private static boolean mIsServiceBound = false; field in MockInCallService
261 mIsServiceBound = true; in onBind()
488 assertTrue(mIsServiceBound); in onUnbind()
489 mIsServiceBound = false; in onUnbind()
495 return mIsServiceBound; in isServiceBound()