Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java44 private static boolean mIsServiceBound = false; field in MockInCallService
231 mIsServiceBound = true; in onBind()
405 assertTrue(mIsServiceBound); in onUnbind()
406 mIsServiceBound = false; in onUnbind()
411 return mIsServiceBound; in isServiceBound()