Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java198 private boolean inHistory; // are we in the history stack? field in ActivityRecord
344 pw.print(" inHistory="); pw.print(inHistory); in dump()
628 inHistory = false; in ActivityRecord()
796 if (!inHistory) {
797 inHistory = true;
802 if (inHistory) {
803 inHistory = false;
812 return inHistory;