Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java135 final List<NotificationKeyData> notificationKeys) { in createUpdateRunnable() argument
139 if (!notificationKeys.isEmpty()) { in createUpdateRunnable()
146 infos = notificationListener.getNotificationsForKeys(notificationKeys).stream() in createUpdateRunnable()
156 String shortcutIdToDeDupe = notificationKeys.isEmpty() ? null in createUpdateRunnable()
157 : notificationKeys.get(0).shortcutId; in createUpdateRunnable()
DPopupContainerWithArrow.java260 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow() argument
261 mNumNotifications = notificationKeys.size(); in populateAndShow()
333 this, mShortcuts, notificationKeys)); in populateAndShow()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
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()
DNotificationItemView.java183 public void trimNotifications(final List<String> notificationKeys) { in trimNotifications() argument
184 boolean dismissedMainNotification = !notificationKeys.contains( in trimNotifications()
200 mFooter.trimNotifications(notificationKeys); in trimNotifications()