Searched refs:shouldPersistTaskLocked (Results 1 – 2 of 2) sorted by relevance
539 if (task.mUserId == userId && shouldPersistTaskLocked(task)) { in restoreRecentTasksLocked()612 if (shouldPersistTaskLocked(task)) { in syncPersistentTaskIdsLocked()625 private static boolean shouldPersistTaskLocked(Task task) { in shouldPersistTaskLocked() method in RecentTasks
27768 PLcom/android/server/wm/RecentTasks;->shouldPersistTaskLocked(Lcom/android/server/wm/Task;)Z