Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java40 private static final int STATE_START_1 = 0; field in BinderTest
68 case STATE_START_1: in setUp()
170 if (mStartState == STATE_START_1) { in onServiceConnected()
212 mStartState = STATE_START_1; in testTransact()
248 mStartState = STATE_START_1; in testTransact()
279 mStartState = STATE_START_1; in testTransact()
/cts/tests/app/src/android/app/cts/
DServiceTest.java75 private static final int STATE_START_1 = 0; field in ServiceTest
190 if (mExpectedServiceState == STATE_START_1) { in onServiceConnected()
462 mExpectedServiceState = STATE_START_1; in startExpectResult()
577 mExpectedServiceState = STATE_START_1; in bindExpectResult()
608 mExpectedServiceState = STATE_START_1; in bindExpectResult()
634 mExpectedServiceState = STATE_START_1; in bindExpectResult()
675 mExpectedServiceState = STATE_START_1; in bindAutoExpectResult()
747 if (mExpectedServiceState == STATE_START_1) { in onTransact()
823 mExpectedServiceState = STATE_START_1; in testStopSelf()
848 mExpectedServiceState = STATE_START_1; in testStopSelfResult()
[all …]