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.java85 private static final int STATE_DESTROY = 4; field in ServiceTest
220 if (mExpectedServiceState == STATE_DESTROY) { in onServiceDisconnected()
481 mExpectedServiceState = STATE_DESTROY; in startExpectResult()
604 mExpectedServiceState = STATE_DESTROY; in bindExpectResult()
785 if (mExpectedServiceState == STATE_DESTROY) { in onTransact()
795 mExpectedServiceState = STATE_DESTROY; in onTransact()
960 mExpectedServiceState = STATE_DESTROY; in testForegroundService_dontRemoveNotificationOnStop()
1013 mExpectedServiceState = STATE_DESTROY; in testForegroundServiceRemoveNotificationOnStop()
1062 mExpectedServiceState = STATE_DESTROY; in testRunningServices()
1111 mExpectedServiceState = STATE_DESTROY; in testForegroundService_detachNotificationOnStop()
[all …]