Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
DContactsPreferences.java75 public static final String DO_NOT_SYNC_CONTACT_METADATA_MSG = "Do not sync metadata"; field in ContactsPreferences
202 return syncAccount == null ? DO_NOT_SYNC_CONTACT_METADATA_MSG : syncAccount.name; in getContactMetadataSyncAccountName()