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

  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 101 boolean autoRemoveRecents; // If true, we should automatically remove the task from
233 autoRemoveRecents = _autoRemoveRecents;
337 autoRemoveRecents = true;
344 autoRemoveRecents = false;
346 autoRemoveRecents = true;
349 autoRemoveRecents = false;
589 return autoRemoveRecents || (mActivities.isEmpty() && !hasBeenVisible);
    [all...]
ActivityManagerService.java     [all...]

Completed in 977 milliseconds