Searched refs:idsToClear (Results 1 – 1 of 1) sorted by relevance
239 List<Integer> idsToClear = new ArrayList<>(ids); in testNotificationsShownAndCleared() local240 Collections.shuffle(idsToClear); in testNotificationsShownAndCleared()242 mManager.clearNotification(idsToClear.get(i)); in testNotificationsShownAndCleared()