Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DAccountPreferences.java41 private static final String DEFAULT_INBOX_NOTIFICATIONS_ENABLED = field in AccountPreferences.PreferenceKeys
97 return getSharedPreferences().contains(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED); in isDefaultInboxNotificationsEnabledSet()
102 .getBoolean(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED, true); in getDefaultInboxNotificationsEnabled()
106 getEditor().putBoolean(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED, enabled).apply(); in setDefaultInboxNotificationsEnabled()
110 getEditor().remove(PreferenceKeys.DEFAULT_INBOX_NOTIFICATIONS_ENABLED).apply(); in clearDefaultInboxNotificationsEnabled()