Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStackTests.java899 secondActivity.haveState = false; in testHandleAppDied()
915 activity.haveState = false; in testHandleAppDied_RelaunchesAfterCrashDuringWindowingModeResize()
929 activity.haveState = false; in testHandleAppDied_NotRelaunchAfterThreeCrashesDuringWindowingModeResize()
943 activity.haveState = false; in testHandleAppDied_RelaunchesAfterCrashDuringFreeResize()
957 activity.haveState = false; in testHandleAppDied_NotRelaunchAfterThreeCrashesDuringFreeResize()
DActivityRecordTests.java197 mActivity.haveState = false; in testRestartProcessIfVisible()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java330 boolean haveState; // have we gotten the last activity state? field in ActivityRecord
559 pw.print(prefix); pw.print("haveState="); pw.print(haveState); in dump()
982 haveState = true; in ActivityRecord()
2183 r.haveState = false; in activityResumedLocked()
2265 haveState = true; in activityStoppedLocked()
2587 || !haveState || !stopped) { in isDestroyable()
3522 if (!visible || haveState) { in restartProcessIfVisible()
DWindowProcessController.java740 if (r.visible || !r.stopped || !r.haveState in getReleaseSomeActivitiesTasks()
DActivityStack.java4803 } else if ((!r.haveState && !r.stateNotNeeded in removeHistoryRecordsForAppLocked()
4823 + ": haveState=" + r.haveState in removeHistoryRecordsForAppLocked()
4846 if (!r.haveState) { in removeHistoryRecordsForAppLocked()