Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java654 final ArrayMap<String, NotificationRecord> mNotificationsByKey = new ArrayMap<>(); field in NotificationManagerService
1008 NotificationRecord summary = mNotificationsByKey.get(summaryKey); in updateAutobundledSummaryLocked()
1261 NotificationRecord r = mNotificationsByKey.get(key);
1294 NotificationRecord r = mNotificationsByKey.get(key);
1363 NotificationRecord r = mNotificationsByKey.get(key);
1443 NotificationRecord r = mNotificationsByKey.get(nv.key);
1467 NotificationRecord r = mNotificationsByKey.get(nv.key);
1480 NotificationRecord r = mNotificationsByKey.get(key);
1513 NotificationRecord r = mNotificationsByKey.get(key);
1524 NotificationRecord r = mNotificationsByKey.get(key);
[all …]
DNotificationShellCmd.java329 for (String key : mDirectService.mNotificationsByKey.keySet()) { in onCommand()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java14232 assertThat(mService.mNotificationsByKey).hasSize(1);