Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DEmailServiceUtils.java318 options.putString(EasAuthenticatorService.OPTIONS_USERNAME, account.mEmailAddress); in setupAccountManagerAccount()
319 options.putString(EasAuthenticatorService.OPTIONS_PASSWORD, hostAuth.mPassword); in setupAccountManagerAccount()
320 options.putBoolean(EasAuthenticatorService.OPTIONS_CONTACTS_SYNC_ENABLED, contacts); in setupAccountManagerAccount()
321 options.putBoolean(EasAuthenticatorService.OPTIONS_CALENDAR_SYNC_ENABLED, calendar); in setupAccountManagerAccount()
322 options.putBoolean(EasAuthenticatorService.OPTIONS_EMAIL_SYNC_ENABLED, email); in setupAccountManagerAccount()
765 setComponentStatus(context, EasAuthenticatorService.class, false); in enableExchangeComponent()
768 setComponentStatus(context, EasAuthenticatorService.class, true); in enableExchangeComponent()
777 setComponentStatus(context, EasAuthenticatorService.class, false); in disableExchangeComponents()
DEasAuthenticatorService.java22 public class EasAuthenticatorService extends AuthenticatorService { class