Home
last modified time | relevance | path

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

/packages/services/Car/car-test-lib/src/android/car/testapi/
DCarPropertyController.java49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues() method
DFakeCarPropertyService.java137 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues() method in FakeCarPropertyService
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
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
DBluetoothOppTransfer.java376 ContentValues updateValues = new ContentValues(); in markShareTimeout() local
418 ContentValues updateValues = new ContentValues(); in markBatchFailed() local
849 ContentValues updateValues = new ContentValues(); in tickShareStatus() local
DBluetoothOppObexClientSession.java366 ContentValues updateValues = new ContentValues(); in processShareInfo() local
385 ContentValues updateValues; in sendFile() local
DBluetoothOppReceiver.java209 ContentValues updateValues = new ContentValues(); in onReceive() local
DConstants.java227 ContentValues updateValues = new ContentValues(); in updateShareStatus() local
DBluetoothOppUtility.java299 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local
/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.java450 final ContentValues updateValues = new ContentValues(); in updateMediaStoreUrisFromFilesToDownloads() local
472 final ContentValues updateValues = new ContentValues(); in canonicalizeDataPaths() local
1493 final ContentValues updateValues = new ContentValues(); in update() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1801 ContentValues updateValues = new ContentValues(); in setRecurrenceEnd() local
3732 ContentValues updateValues, String selection, String[] selectionArgs, in updateEventRelatedTable()
3995 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, in handleUpdateEvents()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1970 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local
1973 updateValues, null, null, /* callerIsSyncAdapter =*/false, in cleanupPhotoStore() local
8957 ContentValues updateValues = new ContentValues(); in doInBackground() local
8967 updateValues, null, null); in doInBackground() local