Searched refs:STATE_DESTROY (Results 1 – 2 of 2) sorted by relevance
44 private static final int STATE_DESTROY = 3; field in BinderIntegrationTest94 if (mStartState == STATE_DESTROY) { in setUp()105 mStartState = STATE_DESTROY; in setUp()195 if (mStartState == STATE_DESTROY) { in onServiceDisconnected()239 mStartState = STATE_DESTROY; in testTransact()
98 private static final int STATE_DESTROY = 4; field in ServiceTest256 if (mExpectedServiceState == STATE_DESTROY) { in onServiceDisconnected()492 mExpectedServiceState = STATE_DESTROY; in startExpectResult()635 mExpectedServiceState = STATE_DESTROY; in bindExpectResult()831 if (mExpectedServiceState == STATE_DESTROY) { in onTransact()841 mExpectedServiceState = STATE_DESTROY; in onTransact()993 mExpectedServiceState = STATE_DESTROY; in testForegroundService_canUpdateNotification()1033 mExpectedServiceState = STATE_DESTROY; in testForegroundService_dontRemoveNotificationOnStop()1087 mExpectedServiceState = STATE_DESTROY; in testForegroundServiceRemoveNotificationOnStop()1136 mExpectedServiceState = STATE_DESTROY; in testRunningServices()[all …]