Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java210 List<StatusBarNotification> filteredNotifications = new ArrayList<>( in filterNotifications() local
214 filteredNotifications.add(notifications[i]); in filterNotifications()
217 return filteredNotifications; in filterNotifications()