Home
last modified time | relevance | path

Searched refs:CONTACT_METADATA_AUTHORITY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
DContactsPreferences.java77 public static final String CONTACT_METADATA_AUTHORITY = "com.android.contacts.metadata"; field in ContactsPreferences
213 if (ContentResolver.getIsSyncable(account, CONTACT_METADATA_AUTHORITY) == 1 in getContactMetadataSyncAccount()
214 && ContentResolver.getSyncAutomatically(account, CONTACT_METADATA_AUTHORITY)) { in getContactMetadataSyncAccount()
234 ContentResolver.requestSync(account, CONTACT_METADATA_AUTHORITY, b); in requestMetadataSyncForAccount()
236 ContentResolver.setSyncAutomatically(account, CONTACT_METADATA_AUTHORITY, true); in requestMetadataSyncForAccount()
237 } else if (ContentResolver.getSyncAutomatically(account, CONTACT_METADATA_AUTHORITY)) { in requestMetadataSyncForAccount()
239 ContentResolver.setSyncAutomatically(account, CONTACT_METADATA_AUTHORITY, false); in requestMetadataSyncForAccount()
247 ContentResolver.requestSync(account, CONTACT_METADATA_AUTHORITY, b); in requestMetadataSyncForAccount()