Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/activity/
DLaunchpadActivity.java148 private int mNextLifecycle; field in LaunchpadActivity
374 mNextLifecycle = 0; in setExpectedLifecycle()
380 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
386 if (!mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle()
388 + " but expected " + mExpectedLifecycle[mNextLifecycle] in checkLifecycle()
389 + " at " + mNextLifecycle); in checkLifecycle()
394 mNextLifecycle++; in checkLifecycle()
396 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
401 String next = mExpectedLifecycle[mNextLifecycle]; in checkLifecycle()
408 mNextLifecycle++; in checkLifecycle()
[all …]