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.java309 private boolean inHistory; // are we in the history stack? field in ActivityRecord
488 pw.print(" inHistory="); pw.print(inHistory); in dump()
820 inHistory = false; in ActivityRecord()
920 inHistory = true;
1077 if (inHistory) {
1078 inHistory = false;
1087 return inHistory;