Searched refs:OPTIONS_CONTACTS_SYNC_ENABLED (Results 1 – 2 of 2) sorted by relevance
45 public static final String OPTIONS_CONTACTS_SYNC_ENABLED = "contacts"; field in AuthenticatorService77 boolean syncContacts = options.getBoolean(OPTIONS_CONTACTS_SYNC_ENABLED, false); in addAccount()
320 options.putBoolean(EasAuthenticatorService.OPTIONS_CONTACTS_SYNC_ENABLED, contacts); in setupAccountManagerAccount()