Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java314 final ArrayMap<String, NotificationRecord> mNotificationsByKey = field in NotificationManagerService
563 NotificationRecord r = mNotificationsByKey.get(key);
587 NotificationRecord r = mNotificationsByKey.get(key);
659 NotificationRecord r = mNotificationsByKey.get(nv.key);
669 NotificationRecord r = mNotificationsByKey.get(nv.key);
681 NotificationRecord r = mNotificationsByKey.get(key);
1016 mNotificationsByKey.put(r.sbn.getKey(), r); in addNotification()
1992 NotificationRecord r = mNotificationsByKey.get(keys[i]);
2057 NotificationRecord r = mNotificationsByKey.get(keys[i]);
2205 ? mNotificationsByKey.get(keys[i])
[all …]