Searched defs:descendingIterator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java310 public Iterator<StatusBarNotification> descendingIterator() { method in class:NotificationManagerService.Archive
311 return mBuffer.descendingIterator();
358 Iterator<StatusBarNotification> iter = descendingIterator();
370 Iterator<StatusBarNotification> iter = filter(descendingIterator(), pkg, userId);
2356 Iterator<StatusBarNotification> iter = mArchive.descendingIterator();

Completed in 29 milliseconds