Home
last modified time | relevance | path

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

/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 …]
/cts/tests/app/app/src/android/app/stubs/
DLaunchpadActivity.java148 private int mNextLifecycle; field in LaunchpadActivity
211 mNextLifecycle = 0; in resetLifecycles()
449 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
457 if (mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle()
461 Log.w(TAG, "Expected " + mExpectedLifecycle[mNextLifecycle] + " but got " + where); in checkLifecycle()
467 + " at " + mNextLifecycle); in checkLifecycle()
471 mNextLifecycle++; in checkLifecycle()
473 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
478 final String next = mExpectedLifecycle[mNextLifecycle]; in checkLifecycle()
480 mNextLifecycle++; in checkLifecycle()
[all …]