Searched refs:mNotificationMap (Results 1 – 1 of 1) sorted by relevance
84 private final Map<Long, ContentObserver> mNotificationMap = field in EmailNotificationController278 ContentObserver obs = mNotificationMap.get(accountId); in registerMessageNotification()284 mNotificationMap.put(accountId, observer); in registerMessageNotification()303 for (ContentObserver observer : mNotificationMap.values()) { in unregisterMessageNotification()306 mNotificationMap.clear(); in unregisterMessageNotification()309 ContentObserver observer = mNotificationMap.remove(accountId); in unregisterMessageNotification()799 for (final long accountId : sInstance.mNotificationMap.keySet()) { in onChange()