Searched refs:recentTaskIds (Results 1 – 1 of 1) sorted by relevance
299 List<Integer> recentTaskIds = mDataStore.getRecentTaskIds(); in mapAbsoluteTasksToShownTasks() local300 mRecentTaskIds = new ArrayList<>(recentTaskIds.size()); in mapAbsoluteTasksToShownTasks()301 for (int taskId : recentTaskIds) { in mapAbsoluteTasksToShownTasks()