Searched refs:overflowIterator (Results 1 – 1 of 1) sorted by relevance
213 Iterator<NotificationInfo> overflowIterator = mOverflowNotifications.iterator(); in trimNotifications() local214 while (overflowIterator.hasNext()) { in trimNotifications()215 if (!notifications.contains(overflowIterator.next().notificationKey)) { in trimNotifications()216 overflowIterator.remove(); in trimNotifications()