/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 220 ContentValues updateValues = new ContentValues(); in onReceive() local 226 updateValues, in onReceive() local 232 ContentValues updateValues = new ContentValues(); in onReceive() local 238 updateValues, in onReceive() local 244 ContentValues updateValues = new ContentValues(); in onReceive() local 250 updateValues, in onReceive() local
|
D | BluetoothOppObexServerSession.java | 393 ContentValues updateValues = new ContentValues(); in onPut() local 402 updateValues, in onPut() local 494 ContentValues updateValues = new ContentValues(); in receiveFile() local 498 mContext.getContentResolver(), contentUri, updateValues, null, null); in receiveFile() local 560 ContentValues updateValues = new ContentValues(); in receiveFile() local 566 updateValues, in receiveFile() local
|
D | BluetoothOppTransfer.java | 440 ContentValues updateValues = new ContentValues(); in markShareTimeout() local 445 mContext.getContentResolver(), contentUri, updateValues, null, null); in markShareTimeout() local 485 ContentValues updateValues = new ContentValues(); in markBatchFailed() local 508 updateValues, in markBatchFailed() local 942 ContentValues updateValues = new ContentValues(); in tickShareStatus() local 946 mContext.getContentResolver(), contentUri, updateValues, null, null); in tickShareStatus() local
|
D | BluetoothOppObexClientSession.java | 374 ContentValues updateValues = new ContentValues(); in processShareInfo() local 384 updateValues, in processShareInfo() local 398 ContentValues updateValues; in sendFile() local
|
D | Constants.java | 252 ContentValues updateValues = new ContentValues(); in updateShareStatus() local 256 context.getContentResolver(), contentUri, updateValues, null, null); in updateShareStatus() local
|
D | BluetoothOppUtility.java | 330 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local 333 .contentResolverUpdate(context.getContentResolver(), uri, updateValues, null, null); in updateVisibilityToHidden() local
|
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
H A D | VoicemailContractTest.java | 248 ContentValues updateValues = new ContentValues(); in testForeignUpdate_dirty() local 296 ContentValues updateValues = new ContentValues(); in testForeignUpdate_explicitNotDirty() local 318 ContentValues updateValues = new ContentValues(); in testForeignUpdate_null_dirty() local 340 ContentValues updateValues = new ContentValues(); in testForeignUpdate_NotNormalized_normalized() local 358 ContentValues updateValues = new ContentValues(); in testLocalUpdate_notDirty() local
|
/aosp_15_r20/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/ |
H A D | LockedMessageTest.java | 125 final ContentValues updateValues = new ContentValues(); in insertMmsWithLockedMessage() local 151 final ContentValues updateValues = new ContentValues(); in insertSmsWithLockedMessage() local
|
H A D | MmsTest.java | 328 final ContentValues updateValues = new ContentValues(); in testMmsUpdate() local 354 final ContentValues updateValues = new ContentValues(); in testMmsUpdate_canUpdateReadAndSeenStatus() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | AnimatorSetCallsTest.java | 172 ArrayList<Float> updateValues = new ArrayList<>(); in updateOnlyWhileChangingValues() local 188 ArrayList<Float> updateValues = new ArrayList<>(); in updateOnlyWhileRunning() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | DeviceProvisionedControllerImpl.kt | 135 private fun updateValues(updateDeviceProvisioned: Boolean = true, updateUser: Int = ALL_USERS) { in updateValues() method in com.android.systemui.statusbar.policy.DeviceProvisionedControllerImpl
|
/aosp_15_r20/cts/tests/mediaprovider/src/android/provider/cts/media/ |
H A D | MediaStore_DownloadsTest.java | 249 final ContentValues updateValues = new ContentValues(); in testUpdateDownload() local 327 final ContentValues updateValues = new ContentValues(); in testNotifyChange() local
|
/aosp_15_r20/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/ |
H A D | MediaStore_DownloadsTest.java | 253 final ContentValues updateValues = new ContentValues(); in testUpdateDownload() local 331 final ContentValues updateValues = new ContentValues(); in testNotifyChange() local
|
/aosp_15_r20/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
|
/aosp_15_r20/external/mobly-snippet-lib/examples/ex6_complex_type_conversion/src/main/java/com/google/android/mobly/snippet/example6/ |
H A D | ExampleSnippet.java | 48 public ArrayList<CustomType> updateValues(ArrayList<CustomType> objects, String newValue) { in updateValues() method in ExampleSnippet
|
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | CarPropertyController.java | 49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues() method
|
/aosp_15_r20/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/ |
H A D | CalendarTest.java | 2171 ContentValues updateValues = CalendarHelper.getUpdateCalendarValuesWithOriginal( in testCalendarUpdateAsApp() local 2305 ContentValues updateValues = EventHelper.getUpdateEventValuesWithOriginal(eventValues, in testEventUpdateAsApp() local 2353 ContentValues updateValues = new ContentValues(); in testBulkUpdate() local 2470 ContentValues updateValues = new ContentValues(); in testConversionToRecurring() local 3525 boolean asSyncAdapter, ContentValues updateValues) { in updateAndVerifyEvent()
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/ |
D | WallpaperClientImpl.kt | 419 val updateValues = ContentValues() in <lambda>() constant
|
/aosp_15_r20/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
|
/aosp_15_r20/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
H A D | DynamicConfigHandler.java | 66 private static List<String> updateValues( in updateValues() method in DynamicConfigHandler
|
/aosp_15_r20/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
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/policy/ |
D | DeviceProvisionedControllerImpl.java | 101 private final void updateValues(boolean updateDeviceProvisioned, int updateUser) { in updateValues() method in DeviceProvisionedControllerImpl
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/dynamicanimation/animation/ |
H A D | SpringForce.java | 265 DynamicAnimation.MassState updateValues(double lastDisplacement, double lastVelocity, in updateValues() method in SpringForce
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/sqlite/ |
D | MediaSetsDatabaseUtil.java | 260 ContentValues updateValues = new ContentValues(); in updateMediaInMediaSetSyncResumeKey() local
|