Searched refs:notificationKeys (Results 1 – 4 of 4) sorted by relevance
135 final List<NotificationKeyData> notificationKeys) { in createUpdateRunnable() argument139 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()
244 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow() argument245 mNumNotifications = notificationKeys.size(); in populateAndShow()337 this, mShortcuts, notificationKeys)); in populateAndShow()
60 @NonNull List<NotificationKeyData> notificationKeys) { in extractKeysOnly()61 List<String> keysOnly = new ArrayList<>(notificationKeys.size()); in extractKeysOnly()62 for (NotificationKeyData notificationKeyData : notificationKeys) { in extractKeysOnly()
158 public void trimNotifications(final List<String> notificationKeys) { in trimNotifications() argument160 boolean shouldUpdateMainNotification = !notificationKeys.contains( in trimNotifications()164 int size = notificationKeys.size(); in trimNotifications()