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

  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java 47 public static final String OPTIONS_EMAIL_SYNC_ENABLED = "email";
94 if (options.containsKey(OPTIONS_EMAIL_SYNC_ENABLED) &&
95 options.getBoolean(OPTIONS_EMAIL_SYNC_ENABLED)) {
PopImapAuthenticatorService.java 47 public static final String OPTIONS_EMAIL_SYNC_ENABLED = "email";
71 if (options.containsKey(OPTIONS_EMAIL_SYNC_ENABLED) &&
72 options.getBoolean(OPTIONS_EMAIL_SYNC_ENABLED)) {
MailService.java 744 options.putBoolean(EasAuthenticatorService.OPTIONS_EMAIL_SYNC_ENABLED, email);

Completed in 990 milliseconds