Searched refs:mNotificationsByKey (Results 1 – 3 of 3) sorted by relevance
2140 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 …]
324 for (String key : mDirectService.mNotificationsByKey.keySet()) { in onCommand()
12394 assertThat(mService.mNotificationsByKey).hasSize(1);