Searched refs:mNotifications (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java63 HashMap<IBinder,StatusBarNotification> mNotifications field in class:StatusBarManagerService
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
[all...]

Completed in 540 milliseconds