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/
DBluetoothOppTransfer.java403 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
DBluetoothOppObexServerSession.java366 ContentValues updateValues = new ContentValues(); in onPut() local
444 ContentValues updateValues = new ContentValues(); in receiveFile() local
500 ContentValues updateValues = new ContentValues(); in receiveFile() local
DBluetoothOppReceiver.java216 ContentValues updateValues = new ContentValues(); in onReceive() local
219 context.getContentResolver(), BluetoothShare.CONTENT_URI, updateValues, in onReceive() local
DConstants.java231 ContentValues updateValues = new ContentValues(); in updateShareStatus() local
234 contentUri, updateValues, null, null); in updateShareStatus() local
DBluetoothOppObexClientSession.java365 ContentValues updateValues = new ContentValues(); in processShareInfo() local
384 ContentValues updateValues; in sendFile() local
DBluetoothOppUtility.java322 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local
325 updateValues, null, null); in updateVisibilityToHidden() local
/packages/services/Car/car-test-lib/src/android/car/testapi/
DCarPropertyController.java49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues() method
DFakeCarPropertyService.java149 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues() method in FakeCarPropertyService
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt78 val updateValues = ContentValues() in <lambda>() constant
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java198 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/
DDownloadProvider.java451 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/
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.java2068 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