Searched refs:haveState (Results 1 – 3 of 3) sorted by relevance
275 boolean haveState; // have we gotten the last activity state? field in ActivityRecord481 pw.print(prefix); pw.print("haveState="); pw.print(haveState); in dump()847 haveState = true; in ActivityRecord()1697 r.haveState = false; in activityResumedLocked()1775 haveState = true; in activityStoppedLocked()2116 || !haveState || !stopped) { in isDestroyable()
4397 if ((!r.haveState && !r.stateNotNeeded) || r.finishing) { in removeHistoryRecordsForAppLocked()4416 + ": haveState=" + r.haveState in removeHistoryRecordsForAppLocked()4442 if (!r.haveState) { in removeHistoryRecordsForAppLocked()
3472 if (r.visible || !r.stopped || !r.haveState || r.state == RESUMED || r.state == PAUSING in releaseSomeActivitiesLocked()