HomeSort by relevance Sort by last modified time
    Searched defs:NOTIFICATIONS_ENABLED (Results 1 - 2 of 2) 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();

Completed in 54 milliseconds