Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java788 Iterator<Pair<StatusBarNotification, Integer>> bufferIter = descendingIterator(); in removeChannelNotifications() local
789 while (bufferIter.hasNext()) { in removeChannelNotifications()
790 final Pair<StatusBarNotification, Integer> pair = bufferIter.next(); in removeChannelNotifications()
797 bufferIter.remove(); in removeChannelNotifications()