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

/packages/apps/Email/src/com/android/email/
H A DNotificationController.java96 private final HashMap<Long, ContentObserver> mNotificationMap; field in class:NotificationController
135 mNotificationMap = new HashMap<Long, ContentObserver>();
300 for (long accountId : mNotificationMap.keySet()) {
344 ContentObserver obs = mNotificationMap.get(accountId);
358 mNotificationMap.put(accountId, observer);
379 for (ContentObserver observer : mNotificationMap.values()) {
382 mNotificationMap.clear();
387 ContentObserver observer = mNotificationMap.remove(accountId);
828 ContentObserver observer = sInstance.mNotificationMap.get(mAccountId);
945 for (long accountId : sInstance.mNotificationMap
[all...]

Completed in 26 milliseconds