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.java77 private static final int STATE_DESTROY = 4; field in ServiceTest
210 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 …]