Searched refs:skipRemainingWindowsForTasks (Results 1 – 1 of 1) sorted by relevance
1062 HashSet<Integer> skipRemainingWindowsForTasks = new HashSet<>(); in computeChangedWindows() local1069 if (task != null && skipRemainingWindowsForTasks.contains(task.mTaskId)) { in computeChangedWindows()1119 skipRemainingWindowsForTasks.add(task.mTaskId); in computeChangedWindows()