[go: nahoru, domu]

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

/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java159 boolean autoRemoveRecents; // If true, we should automatically remove the task from field in class:TaskRecord
353 autoRemoveRecents = _autoRemoveRecents;
462 autoRemoveRecents = true;
469 autoRemoveRecents = false;
471 autoRemoveRecents = true;
474 autoRemoveRecents = false;
826 return autoRemoveRecents || (mActivities.isEmpty() && !hasBeenVisible);
1155 out.attribute(null, ATTR_AUTOREMOVERECENTS, String.valueOf(autoRemoveRecents));
1226 boolean autoRemoveRecents = false;
1274 autoRemoveRecents
[all...]

Completed in 47 milliseconds