Searched refs:EasAuthenticatorService (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/src/com/android/email/service/
H A DEasAuthenticatorServiceAlternate.java20 * {@link EasAuthenticatorService} used with the alternative label.
22 * <p>Functionality wise, it's a 100% clone of {@link EasAuthenticatorService}, but in order to
25 public class EasAuthenticatorServiceAlternate extends EasAuthenticatorService {
H A DEasAuthenticatorService.java42 public class EasAuthenticatorService extends Service { class in inherits:Service
68 AccountManager.get(EasAuthenticatorService.this).addAccountExplicitly(
112 AccountSetupBasics.actionSetupExchangeIntent(EasAuthenticatorService.this);
H A DMailService.java740 options.putString(EasAuthenticatorService.OPTIONS_USERNAME, account.mEmailAddress);
741 options.putString(EasAuthenticatorService.OPTIONS_PASSWORD, hostAuthRecv.mPassword);
742 options.putBoolean(EasAuthenticatorService.OPTIONS_CONTACTS_SYNC_ENABLED, contacts);
743 options.putBoolean(EasAuthenticatorService.OPTIONS_CALENDAR_SYNC_ENABLED, calendar);
744 options.putBoolean(EasAuthenticatorService.OPTIONS_EMAIL_SYNC_ENABLED, email);
H A DEmailBroadcastProcessorService.java160 setComponentEnabled(EasAuthenticatorService.class, false);

Completed in 89 milliseconds