Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentTasks.java499 if (task.mUserId == userId && shouldPersistTaskLocked(task)) { in loadUserRecentsLocked()
565 if (shouldPersistTaskLocked(task)) { in syncPersistentTaskIdsLocked()
578 private static boolean shouldPersistTaskLocked(Task task) { in shouldPersistTaskLocked() method in RecentTasks