/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 191 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
|
D | BluetoothOppObexServerSession.java | 374 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
|
D | BluetoothOppTransfer.java | 431 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
|
D | BluetoothOppObexClientSession.java | 347 ContentValues updateValues = new ContentValues(); in processShareInfo() local 357 updateValues, in processShareInfo() local 371 ContentValues updateValues; in sendFile() local
|
D | Constants.java | 241 ContentValues updateValues = new ContentValues(); in updateShareStatus() local 245 context.getContentResolver(), contentUri, updateValues, null, null); in updateShareStatus() local
|
D | BluetoothOppUtility.java | 337 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/ |
D | CarPropertyController.java | 49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues() method
|
D | FakeCarPropertyService.java | 284 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues() method in FakeCarPropertyService
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | SearchTestingUtils.java | 92 public void updateMediaItem(String tableName, String mediaId, ContentValues updateValues) { in updateMediaItem()
|
D | MediaIndexingDatabaseOperationsTest.java | 156 ContentValues updateValues = new ContentValues(); in testUpdateStatusTableValues() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 199 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/ |
D | MediaSetsDatabaseUtil.java | 270 ContentValues updateValues = new ContentValues(); in updateMediaInMediaSetSyncResumeKey() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/ |
D | WallpaperClientImpl.kt | 436 val updateValues = ContentValues() in <lambda>() constant
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadProvider.java | 452 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/ |
D | CalendarProvider2.java | 1833 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/ |
D | ContactsProvider2.java | 2138 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
|