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.java221 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact() local
222 final String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE); in getDeltaForAttachingPhotoToContact()
223 final String dataSet = entityValues.getAsString(RawContacts.DATA_SET); in getDeltaForAttachingPhotoToContact()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java211 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType() local
212 String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE); in getRawContactAccountType()
213 String dataSet = entityValues.getAsString(RawContacts.DATA_SET); in getRawContactAccountType()