HomeSort by relevance Sort by last modified time
    Searched refs:rootWasReset (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
TaskRecord.java 36 boolean rootWasReset; // True if the intent at the root of the task had
84 rootWasReset = true;
89 if (clearOnBackground || numActivities != 0 || rootWasReset) {
92 pw.print(" rootWasReset="); pw.println(rootWasReset);
ActivityManagerService.java     [all...]

Completed in 431 milliseconds