Searched refs:shouldPersistTaskLocked (Results 1 – 1 of 1) sorted by relevance
499 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