Searched refs:bufferIter (Results 1 – 1 of 1) sorted by relevance
788 Iterator<Pair<StatusBarNotification, Integer>> bufferIter = descendingIterator(); in removeChannelNotifications() local789 while (bufferIter.hasNext()) { in removeChannelNotifications()790 final Pair<StatusBarNotification, Integer> pair = bufferIter.next(); in removeChannelNotifications()797 bufferIter.remove(); in removeChannelNotifications()