Home
last modified time | relevance | path

Searched refs:OPTIONS_EMAIL_SYNC_ENABLED (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/service/
DAuthenticatorService.java47 public static final String OPTIONS_EMAIL_SYNC_ENABLED = "email"; field in AuthenticatorService
94 if (options.containsKey(OPTIONS_EMAIL_SYNC_ENABLED) && in addAccount()
95 options.getBoolean(OPTIONS_EMAIL_SYNC_ENABLED)) { in addAccount()
DEmailServiceUtils.java322 options.putBoolean(EasAuthenticatorService.OPTIONS_EMAIL_SYNC_ENABLED, email); in setupAccountManagerAccount()