Home
last modified time | relevance | path

Searched defs:updateValues (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java191 ContentValues updateValues = new ContentValues(); in onReceive() local
197 updateValues, in onReceive() local
202 ContentValues updateValues = new ContentValues(); in onReceive() local
208 updateValues, in onReceive() local
DBluetoothOppObexServerSession.java374 ContentValues updateValues = new ContentValues(); in onPut() local
383 updateValues, in onPut() local
475 ContentValues updateValues = new ContentValues(); in receiveFile() local
479 mContext.getContentResolver(), contentUri, updateValues, null, null); in receiveFile() local
541 ContentValues updateValues = new ContentValues(); in receiveFile() local
547 updateValues, in receiveFile() local
DBluetoothOppTransfer.java431 ContentValues updateValues = new ContentValues(); in markShareTimeout() local
436 mContext.getContentResolver(), contentUri, updateValues, null, null); in markShareTimeout() local
476 ContentValues updateValues = new ContentValues(); in markBatchFailed() local
499 updateValues, in markBatchFailed() local
933 ContentValues updateValues = new ContentValues(); in tickShareStatus() local
937 mContext.getContentResolver(), contentUri, updateValues, null, null); in tickShareStatus() local
DBluetoothOppObexClientSession.java347 ContentValues updateValues = new ContentValues(); in processShareInfo() local
357 updateValues, in processShareInfo() local
371 ContentValues updateValues; in sendFile() local
DConstants.java241 ContentValues updateValues = new ContentValues(); in updateShareStatus() local
245 context.getContentResolver(), contentUri, updateValues, null, null); in updateShareStatus() local
DBluetoothOppUtility.java337 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local
340 .contentResolverUpdate(context.getContentResolver(), uri, updateValues, null, null); in updateVisibilityToHidden() local
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DCarPropertyController.java49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues() method
DFakeCarPropertyService.java284 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues() method in FakeCarPropertyService
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DSearchTestingUtils.java92 public void updateMediaItem(String tableName, String mediaId, ContentValues updateValues) { in updateMediaItem()
DMediaIndexingDatabaseOperationsTest.java156 ContentValues updateValues = new ContentValues(); in testUpdateStatusTableValues() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java199 ContentValues updateValues = new ContentValues(); in testUpdateOwnPackageVoicemail_NotDirty() local
234 ContentValues updateValues = new ContentValues(); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/
DMediaSetsDatabaseUtil.java270 ContentValues updateValues = new ContentValues(); in updateMediaInMediaSetSyncResumeKey() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt436 val updateValues = ContentValues() in <lambda>() constant
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java452 final ContentValues updateValues = new ContentValues(); in updateMediaStoreUrisFromFilesToDownloads() local
474 final ContentValues updateValues = new ContentValues(); in canonicalizeDataPaths() local
1494 final ContentValues updateValues = new ContentValues(); in update() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1833 ContentValues updateValues = new ContentValues(); in setRecurrenceEnd() local
3775 ContentValues updateValues, String selection, String[] selectionArgs, in updateEventRelatedTable()
4038 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, in handleUpdateEvents()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2138 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local
2141 updateValues, null, null, /* callerIsSyncAdapter =*/false); in cleanupPhotoStore() local
9893 ContentValues updateValues = new ContentValues(); in doInBackground() local
9903 updateValues, null, null); in doInBackground() local