Home
last modified time | relevance | path

Searched refs:shouldPersistTaskLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRecentTasks.java456 if (task.userId == userId && shouldPersistTaskLocked(task)) { in loadUserRecentsLocked()
522 if (shouldPersistTaskLocked(task)) { in syncPersistentTaskIdsLocked()
535 private static boolean shouldPersistTaskLocked(TaskRecord task) { in shouldPersistTaskLocked() method in RecentTasks