Home | History | Annotate | Download | only in setup

Lines Matching defs:syncContacts

333             if (mServiceInfo.syncContacts || mServiceInfo.syncCalendar) {
679 if (mServiceInfo.syncContacts || mServiceInfo.syncCalendar) {
909 final CheckBoxPreference syncContacts =
915 if (syncContacts != null && syncCalendar != null && syncEmail != null) {
916 if (mServiceInfo.syncContacts || mServiceInfo.syncCalendar) {
917 if (mServiceInfo.syncContacts) {
918 syncContacts.setChecked(ContentResolver
920 syncContacts.setOnPreferenceChangeListener(this);
922 syncContacts.setChecked(false);
923 syncContacts.setEnabled(false);
937 dataUsageCategory.removePreference(syncContacts);