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.java272 final ArrayMap<String, NotificationRecord> mNotificationsByKey = field in NotificationManagerService
527 NotificationRecord r = mNotificationsByKey.get(key);
548 NotificationRecord r = mNotificationsByKey.get(key);
613 NotificationRecord r = mNotificationsByKey.get(nv.key);
623 NotificationRecord r = mNotificationsByKey.get(nv.key);
635 NotificationRecord r = mNotificationsByKey.get(key);
1621 NotificationRecord r = mNotificationsByKey.get(keys[i]);
1684 NotificationRecord r = mNotificationsByKey.get(keys[i]);
1767 ? mNotificationsByKey.get(keys[i])
2213 NotificationRecord n = mNotificationsByKey.get(adjustment.getKey()); in applyAdjustmentLocked()
[all …]