Searched refs:notificationSet (Results 1 – 2 of 2) sorted by relevance
224 final Set<String> notificationSet = mailPrefs.getActiveNotificationSet(); in loadNotificationMap() local225 if (notificationSet != null) { in loadNotificationMap()226 for (String notificationEntry : notificationSet) { in loadNotificationMap()284 final Set<String> notificationSet = Sets.newHashSet(); in saveNotificationMap() local293 notificationSet.add(TextUtils.join(NOTIFICATION_PART_SEPARATOR, partValues)); in saveNotificationMap()297 mailPrefs.cacheActiveNotificationSet(notificationSet); in saveNotificationMap()
329 public void cacheActiveNotificationSet(final Set<String> notificationSet) { in cacheActiveNotificationSet() argument330 getEditor().putStringSet(PreferenceKeys.CACHED_ACTIVE_NOTIFICATION_SET, notificationSet) in cacheActiveNotificationSet()