Home
last modified time | relevance | path

Searched refs:notificationKeys (Results 1 – 6 of 6) 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.java185 List<NotificationKeyData> notificationKeys) { in getStatusBarNotificationsForKeys() argument
188 : notificationListener.getNotificationsForKeys(notificationKeys); in getStatusBarNotificationsForKeys()
DPopupContainerWithArrow.java251 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow() argument
252 mNumNotifications = notificationKeys.size(); in populateAndShow()
312 this, mShortcuts, notificationKeys)); in populateAndShow()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationKeyData.java49 … public static List<String> extractKeysOnly(@NonNull List<NotificationKeyData> notificationKeys) { in extractKeysOnly() argument
50 List<String> keysOnly = new ArrayList<>(notificationKeys.size()); in extractKeysOnly()
51 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()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1653 final List<NotificationKey> notificationKeys = keyBuilder.build(); in clearAccountNotifications() local
1658 for (final NotificationKey notificationKey : notificationKeys) { in clearAccountNotifications()