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
235 mIsServiceBound = true; in onBind()
409 assertTrue(mIsServiceBound); in onUnbind()
410 mIsServiceBound = false; in onUnbind()
416 return mIsServiceBound; in isServiceBound()