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/
DBinderTest.java43 private static final int STATE_DESTROY = 3; field in BinderTest
91 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()
/cts/tests/app/src/android/app/cts/
DServiceTest.java79 private static final int STATE_DESTROY = 4; field in ServiceTest
213 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 …]