Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java367 ContentValues updateValues = new ContentValues(); in onPut() local
445 ContentValues updateValues = new ContentValues(); in receiveFile() local
501 ContentValues updateValues = new ContentValues(); in receiveFile() local
H A DBluetoothOppTransfer.java382 ContentValues updateValues = new ContentValues(); in markShareTimeout() local
424 ContentValues updateValues = new ContentValues(); in markBatchFailed() local
857 ContentValues updateValues = new ContentValues(); in tickShareStatus() local
H A DBluetoothOppObexClientSession.java366 ContentValues updateValues = new ContentValues(); in processShareInfo() local
385 ContentValues updateValues; in sendFile() local
H A DBluetoothOppReceiver.java210 ContentValues updateValues = new ContentValues(); in onReceive() local
H A DConstants.java228 ContentValues updateValues = new ContentValues(); in updateShareStatus() local
H A DBluetoothOppUtility.java299 ContentValues updateValues = new ContentValues(); in updateVisibilityToHidden() local
/aosp12/packages/services/Car/car-test-lib/src/android/car/testapi/
H A DCarPropertyController.java49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues() method
H A DFakeCarPropertyService.java149 public void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues) { in updateValues() method in FakeCarPropertyService
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeviceProvisionedControllerImpl.kt133 private fun updateValues(updateDeviceProvisioned: Boolean = true, updateUser: Int = ALL_USERS) { regex
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailProviderTest.java198 ContentValues updateValues = new ContentValues(); in testUpdateOwnPackageVoicemail_NotDirty() local
233 ContentValues updateValues = new ContentValues(); in testUpdateOwnPackageVoicemail_RemovesDirtyStatus() local
/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp245 void BatteryMonitor::updateValues(void) { in updateValues() function in android::BatteryMonitor
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A 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
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java2205 final ContentValues updateValues = new ContentValues(1); in persistSentMessageIfRequired() local
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1819 ContentValues updateValues = new ContentValues(); in setRecurrenceEnd() local
3754 ContentValues updateValues, String selection, String[] selectionArgs, in updateEventRelatedTable()
4017 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, in handleUpdateEvents()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1978 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local
1981 updateValues, null, null, /* callerIsSyncAdapter =*/false); in cleanupPhotoStore() local
9031 ContentValues updateValues = new ContentValues(); in doInBackground() local
9041 updateValues, null, null); in doInBackground() local