Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/phonelookup/
DPhoneLookupDataSource.java498 updateContentValues(contentValues, phoneLookupInfo);
538 updateContentValues(contentValuesToInsert, phoneLookupInfo);
543 updateContentValues(contentValuesToUpdate, phoneLookupInfo);
548 updateContentValues(contentValues, phoneLookupInfo);
588 private void updateContentValues(ContentValues contentValues, PhoneLookupInfo phoneLookupInfo) {
/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationUtil.java309 entry.updateContentValues(values); in copyEntryAndUpdate()
708 public void updateContentValues(ContentValues values) { in updateContentValues() method in GridSizeMigrationUtil.DbEntry
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DPickerDbFacade.java1676 updateContentValues(values, cursorLocalMedia); in executeInternal()
1737 private void updateContentValues(ContentValues values, Cursor cursor) { in updateContentValues() method in PickerDbFacade.AddAlbumMediaOperation