Searched refs:mExpectedLifecycle (Results 1 – 2 of 2) sorted by relevance
145 private String[] mExpectedLifecycle; field in LaunchpadActivity206 mExpectedLifecycle = null; in resetLifecycles()222 if (mExpectedLifecycle == null) { in addPossibleLifecycle()223 mExpectedLifecycle = lifecycle; in addPossibleLifecycle()240 + mLifecycleNames.get(mExpectedLifecycle) + " to " in switchToNextPossibleLifecycle()242 mExpectedLifecycle = newLifecycle; in switchToNextPossibleLifecycle()246 + mLifecycleNames.get(mExpectedLifecycle)); in switchToNextPossibleLifecycle()247 mExpectedLifecycle = null; in switchToNextPossibleLifecycle()438 if (mExpectedLifecycle == null) { in checkLifecycle()442 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()[all …]
151 private String[] mExpectedLifecycle; field in LaunchpadActivity212 mExpectedLifecycle = null; in resetLifecycles()228 if (mExpectedLifecycle == null) { in addPossibleLifecycle()229 mExpectedLifecycle = lifecycle; in addPossibleLifecycle()246 + mLifecycleNames.get(mExpectedLifecycle) + " to " in switchToNextPossibleLifecycle()248 mExpectedLifecycle = newLifecycle; in switchToNextPossibleLifecycle()252 + mLifecycleNames.get(mExpectedLifecycle)); in switchToNextPossibleLifecycle()253 mExpectedLifecycle = null; in switchToNextPossibleLifecycle()445 if (mExpectedLifecycle == null) { in checkLifecycle()449 if (mNextLifecycle >= mExpectedLifecycle.length) { in checkLifecycle()[all …]