Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java220 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact() local
221 final String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE); in getDeltaForAttachingPhotoToContact()
222 final String dataSet = entityValues.getAsString(RawContacts.DATA_SET); in getDeltaForAttachingPhotoToContact()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDelta.java215 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType() local
216 String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE); in getRawContactAccountType()
217 String dataSet = entityValues.getAsString(RawContacts.DATA_SET); in getRawContactAccountType()