Searched refs:insertValues (Results 1 – 2 of 2) sorted by relevance
266 final ContentValues insertValues = values.getCompleteValues(); in buildDataInsert() local267 insertValues.put(Data.RAW_CONTACT_ID, rawContactId); in buildDataInsert()268 return insertValues; in buildDataInsert()
9078 ContentValues insertValues = new ContentValues(); in doInBackground() local9081 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