Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DAccountPreferences.java45 public static final String NOTIFICATIONS_ENABLED = "notifications-enabled"; field in AccountPreferences.PreferenceKeys
59 .add(NOTIFICATIONS_ENABLED).build();
114 return getSharedPreferences().getBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, true); in areNotificationsEnabled()
118 getEditor().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply(); in setNotificationsEnabled()
DFolderPreferences.java46 public static final String NOTIFICATIONS_ENABLED = "notifications-enabled"; field in FolderPreferences.PreferenceKeys
60 .add(NOTIFICATIONS_ENABLED)
207 return getSharedPreferences().contains(PreferenceKeys.NOTIFICATIONS_ENABLED); in isNotificationsEnabledSet()
212 PreferenceKeys.NOTIFICATIONS_ENABLED, getUseInboxDefaultNotificationSettings()); in areNotificationsEnabled()
216 getEditor().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply(); in setNotificationsEnabled()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java390 } else if (FolderPreferences.PreferenceKeys.NOTIFICATIONS_ENABLED.equals(key)) { in onPreferenceChange()
791 FolderPreferences.PreferenceKeys.NOTIFICATIONS_ENABLED); in loadSettings()