HomeSort by relevance Sort by last modified time
    Searched refs:NOTIFICATIONS_ENABLED (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java 45 public static final String NOTIFICATIONS_ENABLED = "notifications-enabled";
59 .add(NOTIFICATIONS_ENABLED).build();
114 return getSharedPreferences().getBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, true);
118 getEditor().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply();
FolderPreferences.java 46 public static final String NOTIFICATIONS_ENABLED = "notifications-enabled";
60 .add(NOTIFICATIONS_ENABLED)
207 return getSharedPreferences().contains(PreferenceKeys.NOTIFICATIONS_ENABLED);
212 PreferenceKeys.NOTIFICATIONS_ENABLED, getUseInboxDefaultNotificationSettings());
216 getEditor().putBoolean(PreferenceKeys.NOTIFICATIONS_ENABLED, enabled).apply();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 390 } else if (FolderPreferences.PreferenceKeys.NOTIFICATIONS_ENABLED.equals(key)) {
    [all...]

Completed in 1050 milliseconds