Searched refs:mNotificationsByKey (Results 1 – 3 of 3) sorted by relevance
654 final ArrayMap<String, NotificationRecord> mNotificationsByKey = new ArrayMap<>(); field in NotificationManagerService1008 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 …]
329 for (String key : mDirectService.mNotificationsByKey.keySet()) { in onCommand()
14232 assertThat(mService.mNotificationsByKey).hasSize(1);