Searched refs:autoRemoveRecents (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java211 boolean autoRemoveRecents; // If true, we should automatically remove the task from field in class:TaskRecord
413 autoRemoveRecents = _autoRemoveRecents;
864 autoRemoveRecents = true;
871 autoRemoveRecents = false;
873 autoRemoveRecents = true;
876 autoRemoveRecents = false;
1367 return autoRemoveRecents || (mActivities.isEmpty() && !hasBeenVisible);
1757 out.attribute(null, ATTR_AUTOREMOVERECENTS, String.valueOf(autoRemoveRecents));
1831 boolean autoRemoveRecents = false;
1881 autoRemoveRecents
[all...]
H A DRecentTasks.java316 if (task.autoRemoveRecents && task.getTopActivity() == null) {
H A DActivityManagerService.java10014 if (tr.autoRemoveRecents && tr.getTopActivity() == null) {
[all...]

Completed in 158 milliseconds