Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java146 infos = notificationListener.getNotificationsForKeys(notificationKeys).stream() in createUpdateRunnable()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java301 public List<StatusBarNotification> getNotificationsForKeys(List<NotificationKeyData> keys) { in getNotificationsForKeys() method in NotificationListener