Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java220 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
DBluetoothOppObexServerSession.java392 ContentValues updateValues = new ContentValues(); in onPut() local
401 updateValues, in onPut() local
493 ContentValues updateValues = new ContentValues(); in receiveFile() local
497 mContext.getContentResolver(), contentUri, updateValues, null, null); in receiveFile() local
559 ContentValues updateValues = new ContentValues(); in receiveFile() local
565 updateValues, in receiveFile() local
DBluetoothOppTransfer.java439 ContentValues updateValues = new ContentValues(); in markShareTimeout() local
444 mContext.getContentResolver(), contentUri, updateValues, null, null); in markShareTimeout() local
483 ContentValues updateValues = new ContentValues(); in markBatchFailed() local
506 updateValues, in markBatchFailed() local
939 ContentValues updateValues = new ContentValues(); in tickShareStatus() local
943 mContext.getContentResolver(), contentUri, updateValues, null, null); in tickShareStatus() local
DBluetoothOppObexClientSession.java374 ContentValues updateValues = new ContentValues(); in processShareInfo() local
384 updateValues, in processShareInfo() local
398 ContentValues updateValues; in sendFile() local
DConstants.java243 ContentValues updateValues = new ContentValues(); in updateShareStatus() local
247 context.getContentResolver(), contentUri, updateValues, null, null); in updateShareStatus() local
DBluetoothOppUtility.java330 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local
333 .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.java227 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues() method in FakeCarPropertyService
/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/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt435 val updateValues = ContentValues() in <lambda>() constant
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java451 final ContentValues updateValues = new ContentValues(); in updateMediaStoreUrisFromFilesToDownloads() local
473 final ContentValues updateValues = new ContentValues(); in canonicalizeDataPaths() local
1455 final ContentValues updateValues = new ContentValues(); in update() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1818 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/
DContactsProvider2.java2121 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local
2124 updateValues, null, null, /* callerIsSyncAdapter =*/false); in cleanupPhotoStore() local
9546 ContentValues updateValues = new ContentValues(); in doInBackground() local
9556 updateValues, null, null); in doInBackground() local