Home | History | Annotate | Download | only in setup

Lines Matching refs:syncContacts

332             if (mServiceInfo.syncContacts || mServiceInfo.syncCalendar) {
681 if (mServiceInfo.syncContacts || mServiceInfo.syncCalendar) {
911 final CheckBoxPreference syncContacts =
917 if (syncContacts != null && syncCalendar != null && syncEmail != null) {
918 if (mServiceInfo.syncContacts || mServiceInfo.syncCalendar) {
919 if (mServiceInfo.syncContacts) {
920 syncContacts.setChecked(ContentResolver
922 syncContacts.setOnPreferenceChangeListener(this);
924 syncContacts.setChecked(false);
925 syncContacts.setEnabled(false);
939 dataUsageCategory.removePreference(syncContacts);