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.java81 private static final int STATE_START_1 = 0; field in ServiceTest
197 if (mExpectedServiceState == STATE_START_1) { in onServiceConnected()
469 mExpectedServiceState = STATE_START_1; in startExpectResult()
584 mExpectedServiceState = STATE_START_1; in bindExpectResult()
615 mExpectedServiceState = STATE_START_1; in bindExpectResult()
641 mExpectedServiceState = STATE_START_1; in bindExpectResult()
682 mExpectedServiceState = STATE_START_1; in bindAutoExpectResult()
757 if (mExpectedServiceState == STATE_START_1) { in onTransact()
833 mExpectedServiceState = STATE_START_1; in testStopSelf()
858 mExpectedServiceState = STATE_START_1; in testStopSelfResult()
[all …]