Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java137 final List<NotificationKeyData> notificationKeys) { in createUpdateRunnable() argument
141 if (!notificationKeys.isEmpty()) { in createUpdateRunnable()
148 infos = notificationListener.getNotificationsForKeys(notificationKeys).stream() in createUpdateRunnable()
158 String shortcutIdToDeDupe = notificationKeys.isEmpty() ? null in createUpdateRunnable()
159 : notificationKeys.get(0).shortcutId; in createUpdateRunnable()
H A DPopupContainerWithArrow.java243 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow() argument
244 mNumNotifications = notificationKeys.size(); in populateAndShow()
329 this, mShortcuts, notificationKeys)); in populateAndShow()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationKeyData.java60 @NonNull List<NotificationKeyData> notificationKeys) { in extractKeysOnly()
61 List<String> keysOnly = new ArrayList<>(notificationKeys.size()); in extractKeysOnly()
62 for (NotificationKeyData notificationKeyData : notificationKeys) { in extractKeysOnly()
H A DNotificationContainer.java166 public void trimNotifications(final List<String> notificationKeys) { in trimNotifications() argument
169 if (!notificationKeys.contains(iterator.next().notificationKey)) { in trimNotifications()