Home
last modified time | relevance | path

Searched refs:CACHED_ACTIVE_NOTIFICATION_SET (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DMailPrefs.java77 private static final String CACHED_ACTIVE_NOTIFICATION_SET = field in MailPrefs.PreferenceKeys
323 .getStringSet(PreferenceKeys.CACHED_ACTIVE_NOTIFICATION_SET, null); in getActiveNotificationSet()
330 getEditor().putStringSet(PreferenceKeys.CACHED_ACTIVE_NOTIFICATION_SET, notificationSet) in cacheActiveNotificationSet()