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

  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorServiceAlternate.java 20 * {@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 {
EasAuthenticatorService.java 42 public class EasAuthenticatorService extends Service {
68 AccountManager.get(EasAuthenticatorService.this).addAccountExplicitly(
112 AccountSetupBasics.actionSetupExchangeIntent(EasAuthenticatorService.this);
MailService.java 740 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);
EmailBroadcastProcessorService.java 160 setComponentEnabled(EasAuthenticatorService.class, false);

Completed in 41 milliseconds