Searched refs:insertValues (Results 1 – 2 of 2) sorted by relevance
255 final ContentValues insertValues = values.getCompleteValues(); in buildDataInsert() local256 insertValues.put(Data.RAW_CONTACT_ID, rawContactId); in buildDataInsert()257 return insertValues; in buildDataInsert()
9032 ContentValues insertValues = new ContentValues(); in doInBackground() local9035 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