Searched refs:mNotifications (Results 1 – 1 of 1) sorted by relevance
63 HashMap<IBinder,StatusBarNotification> mNotifications field in StatusBarManagerService401 synchronized (mNotifications) { in registerStatusBar()402 for (Map.Entry<IBinder,StatusBarNotification> e: mNotifications.entrySet()) { in registerStatusBar()460 synchronized (mNotifications) { in addNotification()462 mNotifications.put(key, notification); in addNotification()474 synchronized (mNotifications) { in updateNotification()475 if (!mNotifications.containsKey(key)) { in updateNotification()478 mNotifications.put(key, notification); in updateNotification()489 synchronized (mNotifications) { in removeNotification()490 final StatusBarNotification n = mNotifications.remove(key); in removeNotification()[all …]