Searched defs:haveState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java147 boolean haveState; // have we gotten the last activity state? field in class:ActivityRecord
268 pw.print(prefix); pw.print("haveState="); pw.print(haveState);
424 haveState = true;
1053 r.haveState = false;
1092 || this == task.stack.mPausingActivity || !haveState || !stopped) {

Completed in 9 milliseconds