Searched refs:NOTIFICATIONS_ENABLED (Results 1 – 3 of 3) sorted by relevance
45 public static final String NOTIFICATIONS_ENABLED = "notifications-enabled"; field in AccountPreferences.PreferenceKeys59 .add(NOTIFICATIONS_ENABLED).build();114 return getSharedPreferences().getBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, true); in areNotificationsEnabled()118 getEditor().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply(); in setNotificationsEnabled()
46 public static final String NOTIFICATIONS_ENABLED = "notifications-enabled"; field in FolderPreferences.PreferenceKeys60 .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()
390 } else if (FolderPreferences.PreferenceKeys.NOTIFICATIONS_ENABLED.equals(key)) { in onPreferenceChange()791 FolderPreferences.PreferenceKeys.NOTIFICATIONS_ENABLED); in loadSettings()