Searched refs:mNotificationsByKey (Results 1 – 2 of 2) sorted by relevance
1979 mNotificationsByKey.clear(); in clearNotifications()1987 mNotificationsByKey.put(r.getSbn().getKey(), r); in addNotification()2000 return mNotificationsByKey.get(key); in getNotificationRecord()4545 ? mNotificationsByKey.get(keys[i])5539 NotificationRecord r = mNotificationsByKey.get(key);5552 NotificationRecord r = mNotificationsByKey.get(key);6982 mNotificationsByKey.put(n.getKey(), r);8758 mNotificationsByKey.remove(r.getKey());8770 mNotificationsByKey.remove(r.getKey());8895 mNotificationsByKey.remove(childR.getKey());[all …]
324 for (String key : mDirectService.mNotificationsByKey.keySet()) { in onCommand()