Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
H A DUiBenchmarkResult.java66 insertValues(values); in UiBenchmarkResult()
74 insertValues(values); in update()
230 private void insertValues(double[] values) { in insertValues() method in UiBenchmarkResult
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A 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()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java9044 ContentValues insertValues = new ContentValues(); in doInBackground() local
9047 insertValues.put(DataRowHandlerForPhoto.SKIP_PROCESSING_KEY, true); in doInBackground()
9049 insertValues.put(Data.MIMETYPE, Photo.CONTENT_ITEM_TYPE); in doInBackground()
9050 insertValues.put(Data.IS_PRIMARY, 1); in doInBackground()
9052 insertValues.put(Photo.PHOTO_FILE_ID, photoFileId); in doInBackground()
9054 insertValues.put(Photo.PHOTO, processor.getThumbnailPhotoBytes()); in doInBackground()
9058 insertValues); in doInBackground() local