Searched refs:shouldPersistTaskLocked (Results 1 – 2 of 2) sorted by relevance
477 if (task.mUserId == userId && shouldPersistTaskLocked(task)) { in loadUserRecentsLocked()543 if (shouldPersistTaskLocked(task)) { in syncPersistentTaskIdsLocked()556 private static boolean shouldPersistTaskLocked(Task task) { in shouldPersistTaskLocked() method in RecentTasks
37524 HPLcom/android/server/wm/RecentTasks;->shouldPersistTaskLocked(Lcom/android/server/wm/Task;)Z