Searched defs:autoRemoveRecents (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java118 boolean autoRemoveRecents; // If true, we should automatically remove the task from field in class:TaskRecord
271 autoRemoveRecents = _autoRemoveRecents;
376 autoRemoveRecents = true;
383 autoRemoveRecents = false;
385 autoRemoveRecents = true;
388 autoRemoveRecents = false;
633 return autoRemoveRecents || (mActivities.isEmpty() && !hasBeenVisible);
931 out.attribute(null, ATTR_AUTOREMOVERECENTS, String.valueOf(autoRemoveRecents));
993 boolean autoRemoveRecents = false;
1034 autoRemoveRecents
[all...]

Completed in 219 milliseconds