Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java128 final List<NotificationKeyData> notificationKeys) { in createUpdateRunnable() argument
132 if (!notificationKeys.isEmpty()) { in createUpdateRunnable()
134 .getStatusBarNotificationsForKeys(notificationKeys); in createUpdateRunnable()
145 String shortcutIdToDeDupe = notificationKeys.isEmpty() ? null in createUpdateRunnable()
146 : notificationKeys.get(0).shortcutId; in createUpdateRunnable()
DPopupDataProvider.java200 List<NotificationKeyData> notificationKeys) { in getStatusBarNotificationsForKeys() argument
203 : notificationListener.getNotificationsForKeys(notificationKeys); in getStatusBarNotificationsForKeys()
DPopupContainerWithArrow.java259 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow() argument
260 mNumNotifications = notificationKeys.size(); in populateAndShow()
319 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.java176 public void trimNotifications(final List<String> notificationKeys) { in trimNotifications() argument
177 boolean dismissedMainNotification = !notificationKeys.contains( in trimNotifications()
193 mFooter.trimNotifications(notificationKeys); in trimNotifications()