Searched refs:OPTIONS_EMAIL_SYNC_ENABLED (Results 1 – 2 of 2) sorted by relevance
47 public static final String OPTIONS_EMAIL_SYNC_ENABLED = "email"; field in AuthenticatorService94 if (options.containsKey(OPTIONS_EMAIL_SYNC_ENABLED) && in addAccount()95 options.getBoolean(OPTIONS_EMAIL_SYNC_ENABLED)) { in addAccount()
322 options.putBoolean(EasAuthenticatorService.OPTIONS_EMAIL_SYNC_ENABLED, email); in setupAccountManagerAccount()