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

  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 105 boolean autoRemoveRecents; // If true, we should automatically remove the task from
237 autoRemoveRecents = _autoRemoveRecents;
341 autoRemoveRecents = true;
348 autoRemoveRecents = false;
350 autoRemoveRecents = true;
353 autoRemoveRecents = false;
593 return autoRemoveRecents || (mActivities.isEmpty() && !hasBeenVisible);
    [all...]
ActivityManagerService.java     [all...]

Completed in 60 milliseconds