Searched refs:numTasks (Results 1 – 2 of 2) sorted by relevance
71 public void getTaskKeys(int numTasks, Consumer<ArrayList<Task>> callback) { in getTaskKeys() argument74 ArrayList<Task> tasks = loadTasksInBackground(numTasks, true /* loadKeysOnly */); in getTaskKeys()146 ArrayList<Task> loadTasksInBackground(int numTasks, in loadTasksInBackground() argument151 mActivityManagerWrapper.getRecentTasks(numTasks, currentUserId); in loadTasksInBackground()
141 final Integer numTasks = getFromLauncher(launcher -> getTaskCount(launcher)); in testOverview() local147 numTasks - 1, getTaskCount(launcher))); in testOverview()