Searched refs:shouldPersistTaskLocked (Results 1 – 1 of 1) sorted by relevance
346 if (task.userId == userId && shouldPersistTaskLocked(task)) { in loadUserRecentsLocked()411 if (shouldPersistTaskLocked(task)) { in syncPersistentTaskIdsLocked()424 private static boolean shouldPersistTaskLocked(TaskRecord task) { in shouldPersistTaskLocked() method in RecentTasks