Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/activity/
DLaunchpadActivity.java147 private String[] mExpectedLifecycle = null; field in LaunchpadActivity
373 mExpectedLifecycle = lifecycle; in setExpectedLifecycle()
378 if (mExpectedLifecycle == null) return; in checkLifecycle()
380 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
383 mExpectedLifecycle = null; in checkLifecycle()
386 if (!mExpectedLifecycle[mNextLifecycle].equals(where)) { in checkLifecycle()
388 + " but expected " + mExpectedLifecycle[mNextLifecycle] in checkLifecycle()
390 mExpectedLifecycle = null; in checkLifecycle()
396 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()
401 String next = mExpectedLifecycle[mNextLifecycle]; in checkLifecycle()
[all …]