Searched refs:entityValues (Results 1 – 2 of 2) sorted by relevance
220 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact() local221 final String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE); in getDeltaForAttachingPhotoToContact()222 final String dataSet = entityValues.getAsString(RawContacts.DATA_SET); in getDeltaForAttachingPhotoToContact()
215 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType() local216 String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE); in getRawContactAccountType()217 String dataSet = entityValues.getAsString(RawContacts.DATA_SET); in getRawContactAccountType()