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

/frameworks/base/services/java/com/android/server/am/
H A DTaskRecord.java45 boolean rootWasReset; // True if the intent at the root of the task had field in class:TaskRecord
123 rootWasReset = true;
452 if (numActivities != 0 || rootWasReset || userId != 0 || numFullscreen != 0) {
454 pw.print(" rootWasReset="); pw.print(rootWasReset);

Completed in 63 milliseconds