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

  /packages/apps/Email/src/com/android/email/service/
AuthenticatorService.java 47 public static final String OPTIONS_EMAIL_SYNC_ENABLED = "email";
94 if (options.containsKey(OPTIONS_EMAIL_SYNC_ENABLED) &&
95 options.getBoolean(OPTIONS_EMAIL_SYNC_ENABLED)) {
EmailServiceUtils.java 322 options.putBoolean(EasAuthenticatorService.OPTIONS_EMAIL_SYNC_ENABLED, email);
    [all...]

Completed in 592 milliseconds