Home
last modified time | relevance | path

Searched refs:idsToClear (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java239 List<Integer> idsToClear = new ArrayList<>(ids); in testNotificationsShownAndCleared() local
240 Collections.shuffle(idsToClear); in testNotificationsShownAndCleared()
242 mManager.clearNotification(idsToClear.get(i)); in testNotificationsShownAndCleared()