Home
last modified time | relevance | path

Searched refs:mNotificationsByKey (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1979 mNotificationsByKey.clear(); in clearNotifications()
1987 mNotificationsByKey.put(r.getSbn().getKey(), r); in addNotification()
2000 return mNotificationsByKey.get(key); in getNotificationRecord()
4545 ? mNotificationsByKey.get(keys[i])
5539 NotificationRecord r = mNotificationsByKey.get(key);
5552 NotificationRecord r = mNotificationsByKey.get(key);
6982 mNotificationsByKey.put(n.getKey(), r);
8758 mNotificationsByKey.remove(r.getKey());
8770 mNotificationsByKey.remove(r.getKey());
8895 mNotificationsByKey.remove(childR.getKey());
[all …]
H A DNotificationShellCmd.java324 for (String key : mDirectService.mNotificationsByKey.keySet()) { in onCommand()