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