Searched refs:mIsServiceUnbound (Results 1 – 2 of 2) sorted by relevance
34 private static boolean mIsServiceUnbound; field in MockCallScreeningService58 mIsServiceUnbound = false; in onBind()83 assertFalse(mIsServiceUnbound); in onUnbind()84 mIsServiceUnbound = true; in onUnbind()89 return mIsServiceUnbound; in isServiceUnbound()
51 private static boolean mIsServiceUnbound; field in CtsRemoteConnectionService81 mIsServiceUnbound = false; in setUp()174 assertFalse(mIsServiceUnbound); in onUnbind()175 mIsServiceUnbound = true; in onUnbind()180 return mIsServiceUnbound; in isServiceUnbound()