Searched refs:OPTIONS_EMAIL_SYNC_ENABLED (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Email/src/com/android/email/service/
H A DEasAuthenticatorService.java47 public static final String OPTIONS_EMAIL_SYNC_ENABLED = "email"; field in class:EasAuthenticatorService
94 if (options.containsKey(OPTIONS_EMAIL_SYNC_ENABLED) &&
95 options.getBoolean(OPTIONS_EMAIL_SYNC_ENABLED)) {
H A DPopImapAuthenticatorService.java47 public static final String OPTIONS_EMAIL_SYNC_ENABLED = "email"; field in class:PopImapAuthenticatorService
71 if (options.containsKey(OPTIONS_EMAIL_SYNC_ENABLED) &&
72 options.getBoolean(OPTIONS_EMAIL_SYNC_ENABLED)) {
H A DMailService.java744 options.putBoolean(EasAuthenticatorService.OPTIONS_EMAIL_SYNC_ENABLED, email);

Completed in 10 milliseconds