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.java255 final ContentValues insertValues = values.getCompleteValues(); in buildDataInsert() local
256 insertValues.put(Data.RAW_CONTACT_ID, rawContactId); in buildDataInsert()
257 return insertValues; in buildDataInsert()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java9032 ContentValues insertValues = new ContentValues(); in doInBackground() local
9035 insertValues.put(DataRowHandlerForPhoto.SKIP_PROCESSING_KEY, true); in doInBackground()
9037 insertValues.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in doInBackground()
9038 insertValues.put(Data.IS_PRIMARY, 1); in doInBackground()
9040 insertValues.put(Photo.PHOTO_FILE_ID, photoFileId); in doInBackground()
9042 insertValues.put(Photo.PHOTO, processor.getThumbnailPhotoBytes()); in doInBackground()
9046 insertValues); in doInBackground() local