/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 403 ContentValues updateValues = new ContentValues(); in markShareTimeout() local 407 contentUri, updateValues, null, null); in markShareTimeout() local 447 ContentValues updateValues = new ContentValues(); in markBatchFailed() local 466 mContext.getContentResolver(), contentUri, updateValues, null, null); in markBatchFailed() local 889 ContentValues updateValues = new ContentValues(); in tickShareStatus() local 892 contentUri, updateValues, null, null); in tickShareStatus() local
|
D | BluetoothOppObexServerSession.java | 366 ContentValues updateValues = new ContentValues(); in onPut() local 444 ContentValues updateValues = new ContentValues(); in receiveFile() local 500 ContentValues updateValues = new ContentValues(); in receiveFile() local
|
D | BluetoothOppReceiver.java | 216 ContentValues updateValues = new ContentValues(); in onReceive() local 219 context.getContentResolver(), BluetoothShare.CONTENT_URI, updateValues, in onReceive() local
|
D | Constants.java | 231 ContentValues updateValues = new ContentValues(); in updateShareStatus() local 234 contentUri, updateValues, null, null); in updateShareStatus() local
|
D | BluetoothOppObexClientSession.java | 365 ContentValues updateValues = new ContentValues(); in processShareInfo() local 384 ContentValues updateValues; in sendFile() local
|
D | BluetoothOppUtility.java | 322 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local 325 updateValues, null, null); in updateVisibilityToHidden() local
|
/packages/services/Car/car-test-lib/src/android/car/testapi/ |
D | CarPropertyController.java | 49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues() method
|
D | FakeCarPropertyService.java | 149 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues() method in FakeCarPropertyService
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/ |
D | WallpaperClientImpl.kt | 78 val updateValues = ContentValues() in <lambda>() constant
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 198 ContentValues updateValues = new ContentValues(); in testUpdateOwnPackageVoicemail_NotDirty() local 233 ContentValues updateValues = new ContentValues(); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadProvider.java | 451 final ContentValues updateValues = new ContentValues(); in updateMediaStoreUrisFromFilesToDownloads() local 473 final ContentValues updateValues = new ContentValues(); in canonicalizeDataPaths() local 1438 final ContentValues updateValues = new ContentValues(); in update() local
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 1818 ContentValues updateValues = new ContentValues(); in setRecurrenceEnd() local 3753 ContentValues updateValues, String selection, String[] selectionArgs, in updateEventRelatedTable() 4016 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, in handleUpdateEvents()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 2068 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local 2071 updateValues, null, null, /* callerIsSyncAdapter =*/false); in cleanupPhotoStore() local 9198 ContentValues updateValues = new ContentValues(); in doInBackground() local 9208 updateValues, null, null); in doInBackground() local
|