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