Searched refs:entityValues (Results 1 – 2 of 2) sorted by relevance
221 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact() local222 final String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE); in getDeltaForAttachingPhotoToContact()223 final String dataSet = entityValues.getAsString(RawContacts.DATA_SET); in getDeltaForAttachingPhotoToContact()
211 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType() local212 String type = entityValues.getAsString(RawContacts.ACCOUNT_TYPE); in getRawContactAccountType()213 String dataSet = entityValues.getAsString(RawContacts.DATA_SET); in getRawContactAccountType()