Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2140 mNotificationsByKey.clear(); in clearNotifications()
2148 mNotificationsByKey.put(r.getSbn().getKey(), r); in addNotification()
2161 return mNotificationsByKey.get(key); in getNotificationRecord()
4920 ? mNotificationsByKey.get(keys[i])
6039 NotificationRecord r = mNotificationsByKey.get(key);
6052 NotificationRecord r = mNotificationsByKey.get(key);
7993 mNotificationsByKey.put(n.getKey(), r);
9702 mNotificationsByKey.remove(r.getKey());
9715 mNotificationsByKey.remove(r.getKey());
9842 mNotificationsByKey.remove(childR.getKey());
[all …]
H A DNotificationShellCmd.java324 for (String key : mDirectService.mNotificationsByKey.keySet()) { in onCommand()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java12394 assertThat(mService.mNotificationsByKey).hasSize(1);