Searched refs:STATE_DESTROY (Results 1 – 2 of 2) sorted by relevance
43 private static final int STATE_DESTROY = 3; field in BinderTest91 if (mStartState == STATE_DESTROY) { in setUp()102 mStartState = STATE_DESTROY; in setUp()192 if (mStartState == STATE_DESTROY) { in onServiceDisconnected()236 mStartState = STATE_DESTROY; in testTransact()
79 private static final int STATE_DESTROY = 4; field in ServiceTest213 if (mExpectedServiceState == STATE_DESTROY) { in onServiceDisconnected()474 mExpectedServiceState = STATE_DESTROY; in startExpectResult()597 mExpectedServiceState = STATE_DESTROY; in bindExpectResult()775 if (mExpectedServiceState == STATE_DESTROY) { in onTransact()785 mExpectedServiceState = STATE_DESTROY; in onTransact()943 mExpectedServiceState = STATE_DESTROY; in testForegroundService_dontRemoveNotificationOnStop()996 mExpectedServiceState = STATE_DESTROY; in testForegroundServiceRemoveNotificationOnStop()1045 mExpectedServiceState = STATE_DESTROY; in testRunningServices()1095 mExpectedServiceState = STATE_DESTROY; in testForegroundService_detachNotificationOnStop()[all …]