Home | History | Annotate | Download | only in server

Lines Matching refs:mNotifications

63     HashMap<IBinder,StatusBarNotification> mNotifications
430 synchronized (mNotifications) {
431 for (Map.Entry<IBinder,StatusBarNotification> e: mNotifications.entrySet()) {
489 synchronized (mNotifications) {
491 mNotifications.put(key, notification);
503 synchronized (mNotifications) {
504 if (!mNotifications.containsKey(key)) {
507 mNotifications.put(key, notification);
518 synchronized (mNotifications) {
519 final StatusBarNotification n = mNotifications.remove(key);
608 synchronized (mNotifications) {
611 for (Map.Entry<IBinder,StatusBarNotification> e: mNotifications.entrySet()) {