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()
77 private static final int STATE_DESTROY = 4; field in ServiceTest210 if (mExpectedServiceState == STATE_DESTROY) { in onServiceDisconnected()431 mExpectedServiceState = STATE_DESTROY; in startExpectResult()554 mExpectedServiceState = STATE_DESTROY; in bindExpectResult()732 if (mExpectedServiceState == STATE_DESTROY) { in onTransact()742 mExpectedServiceState = STATE_DESTROY; in onTransact()842 mExpectedServiceState = STATE_DESTROY; in testForegroundService_dontRemoveNotificationOnStop()895 mExpectedServiceState = STATE_DESTROY; in testForegroundServiceRemoveNotificationOnStop()944 mExpectedServiceState = STATE_DESTROY; in testRunningServices()994 mExpectedServiceState = STATE_DESTROY; in testForegroundService_detachNotificationOnStop()[all …]