Home | History | Annotate | Download | only in server

Lines Matching refs:mNotifications

63     HashMap<IBinder,StatusBarNotification> mNotifications
439 synchronized (mNotifications) {
440 for (Map.Entry<IBinder,StatusBarNotification> e: mNotifications.entrySet()) {
498 synchronized (mNotifications) {
500 mNotifications.put(key, notification);
512 synchronized (mNotifications) {
513 if (!mNotifications.containsKey(key)) {
516 mNotifications.put(key, notification);
527 synchronized (mNotifications) {
528 final StatusBarNotification n = mNotifications.remove(key);
617 synchronized (mNotifications) {
620 for (Map.Entry<IBinder,StatusBarNotification> e: mNotifications.entrySet()) {