Home
last modified time | relevance | path

Searched refs:STATE_DESTROY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DBinderIntegrationTest.java44 private static final int STATE_DESTROY = 3; field in BinderIntegrationTest
94 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()
/cts/tests/app/src/android/app/cts/
DServiceTest.java98 private static final int STATE_DESTROY = 4; field in ServiceTest
256 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 …]