Home
last modified time | relevance | path

Searched defs:allNotifications (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java304 Collection<NotificationEntry> allNotifications = mNotifPipeline.getAllNotifs(); in findAndUpdateMediaNotifications() local
323 void findPlayingMediaNotification(@NonNull Collection<NotificationEntry> allNotifications) { in findPlayingMediaNotification()
362 void findPlayingMediaNotification(@NonNull List<StatusBarNotification> allNotifications) { in findPlayingMediaNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java599 Set<NotificationEntry> allNotifications = notifications.get(key); in augmentTileFromNotifications() local