Searched refs:haveState (Results 1 – 3 of 3) sorted by relevance
156 boolean haveState; // have we gotten the last activity state? field in ActivityRecord283 pw.print(prefix); pw.print("haveState="); pw.print(haveState); in dump()486 haveState = true; in ActivityRecord()1104 r.haveState = false; in activityResumedLocked()1140 || this == task.stack.mPausingActivity || !haveState || !stopped) { in isDestroyable()
969 r.haveState = true; in activityStoppedLocked()3552 if ((!r.haveState && !r.stateNotNeeded) || r.finishing) { in removeHistoryRecordsForAppLocked()3568 + ": haveState=" + r.haveState in removeHistoryRecordsForAppLocked()3590 if (!r.haveState) { in removeHistoryRecordsForAppLocked()
3344 if (r.visible || !r.stopped || !r.haveState || r.state == RESUMED || r.state == PAUSING in releaseSomeActivitiesLocked()