Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLaunchpadActivity.java147 private int mNextLifecycle; field in LaunchpadActivity
207 mNextLifecycle = 0; in resetLifecycles()
439 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
447 if (mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle()
451 Log.w(TAG, "Expected " + mExpectedLifecycle[mNextLifecycle] + " but got " + where); in checkLifecycle()
457 + " at " + mNextLifecycle); in checkLifecycle()
461 mNextLifecycle++; in checkLifecycle()
463 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
468 final String next = mExpectedLifecycle[mNextLifecycle]; in checkLifecycle()
470 mNextLifecycle++; in checkLifecycle()
[all …]
/cts/tests/tests/os/src/android/os/cts/
DLaunchpadActivity.java142 private int mNextLifecycle; field in LaunchpadActivity
205 mNextLifecycle = 0; in resetLifecycles()
442 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
450 if (mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle()
454 Log.w(TAG, "Expected " + mExpectedLifecycle[mNextLifecycle] + " but got " + where); in checkLifecycle()
460 + " at " + mNextLifecycle); in checkLifecycle()
464 mNextLifecycle++; in checkLifecycle()
466 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
471 final String next = mExpectedLifecycle[mNextLifecycle]; in checkLifecycle()
473 mNextLifecycle++; in checkLifecycle()
[all …]