Searched refs:syncContacts (Results 1 – 8 of 8) sorted by relevance
332 if (mServiceInfo.syncContacts || mServiceInfo.syncCalendar) { in onPreferenceChange()681 if (mServiceInfo.syncContacts || mServiceInfo.syncCalendar) { in loadSettings()911 final CheckBoxPreference syncContacts = in loadSettings() local917 if (syncContacts != null && syncCalendar != null && syncEmail != null) { in loadSettings()918 if (mServiceInfo.syncContacts || mServiceInfo.syncCalendar) { in loadSettings()919 if (mServiceInfo.syncContacts) { in loadSettings()920 syncContacts.setChecked(ContentResolver in loadSettings()922 syncContacts.setOnPreferenceChangeListener(this); in loadSettings()924 syncContacts.setChecked(false); in loadSettings()925 syncContacts.setEnabled(false); in loadSettings()[all …]
80 boolean syncCalendar, boolean syncContacts, boolean enableNotifications) { in newInstance() argument85 args.putBoolean(AccountCreationFragment.SYNC_CONTACTS_TAG, syncContacts); in newInstance()
1163 final boolean syncContacts = serviceInfo.syncContacts && fragment.getSyncContactsValue(); in initiateAccountCreation()1167 syncContacts, enableNotifications); in initiateAccountCreation()
110 if (serviceInfo.syncContacts) { in onActivityCreated()
76 if (info != null && info.syncContacts) { in addAccount()77 boolean syncContacts = options.getBoolean(OPTIONS_CONTACTS_SYNC_ENABLED, false); in addAccount()80 syncContacts); in addAccount()
204 public boolean syncContacts; field in EmailServiceUtils.EmailServiceInfo599 info.syncContacts = in getServiceMap()
267 if (info == null || !info.syncContacts) { in reconcileAccountsInternal()
588 syncContacts(getFilter()); in initSwipeRefreshLayout()606 private void syncContacts(ContactListFilter filter) { in syncContacts() method in DefaultContactBrowseListFragment