Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java266 final ContentValues insertValues = values.getCompleteValues(); in buildDataInsert() local
267 insertValues.put(Data.RAW_CONTACT_ID, rawContactId); in buildDataInsert()
268 return insertValues; in buildDataInsert()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java9078 ContentValues insertValues = new ContentValues(); in doInBackground() local
9081 insertValues.put(DataRowHandlerForPhoto.SKIP_PROCESSING_KEY, true); in doInBackground()
9083 insertValues.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in doInBackground()
9084 insertValues.put(Data.IS_PRIMARY, 1); in doInBackground()
9086 insertValues.put(Photo.PHOTO_FILE_ID, photoFileId); in doInBackground()
9088 insertValues.put(Photo.PHOTO, processor.getThumbnailPhotoBytes()); in doInBackground()
9092 insertValues); in doInBackground() local