Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DRcsProviderUpdateTest.java229 ContentValues updateValues = new ContentValues(); in testUpdateUnifiedMessageViewFails() local
240 ContentValues updateValues = new ContentValues(); in testUpdateMessageOnThreadFails() local
259 ContentValues updateValues = new ContentValues(1); in testUpdateMessage() local
278 ContentValues updateValues = new ContentValues(1); in testUpdateIncomingMessageSpecificColumn() local
295 ContentValues updateValues = new ContentValues(); in testUpdateMessageDelivery() local
316 ContentValues updateValues = new ContentValues(); in testUpdateFileTransfer() local
DRcsProviderHelper.java47 ContentValues updateValues = new ContentValues(); in setup1To1Thread() local
/packages/services/Car/car-test-lib/src/android/car/testapi/
DCarPropertyController.java49 void updateValues(boolean triggerListeners, CarPropertyValue<?>... propValues); in updateValues() method
DFakeCarPropertyService.java136 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
448 ContentValues updateValues = new ContentValues(); in receiveFile() local
499 ContentValues updateValues = new ContentValues(); in receiveFile() local
DBluetoothOppTransfer.java377 ContentValues updateValues = new ContentValues(); in markShareTimeout() local
419 ContentValues updateValues = new ContentValues(); in markBatchFailed() local
850 ContentValues updateValues = new ContentValues(); in tickShareStatus() local
DBluetoothOppObexClientSession.java366 ContentValues updateValues = new ContentValues(); in processShareInfo() local
385 ContentValues updateValues; in sendFile() local
DBluetoothOppReceiver.java208 ContentValues updateValues = new ContentValues(); in onReceive() local
DBluetoothOppReceiveFileInfo.java217 ContentValues updateValues = new ContentValues(); in generateFileInfo() local
DConstants.java227 ContentValues updateValues = new ContentValues(); in updateShareStatus() local
DBluetoothOppUtility.java280 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/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorGrad.java204 public void updateValues(FilterGradRepresentation rep) { in updateValues() method in EditorGrad.ParamAdapter
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java462 final ContentValues updateValues = new ContentValues(); in addMediaStoreUris() local
498 final ContentValues updateValues = new ContentValues(); in updateMediaStoreUrisFromFilesToDownloads() local
520 final ContentValues updateValues = new ContentValues(); in canonicalizeDataPaths() local
1539 final ContentValues updateValues = new ContentValues(); in update() local
/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java681 ContentValues updateValues = new ContentValues(); in synchronizeMailboxGeneric() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java2087 public int updateValues(Collection<Conversation> conversations, ContentValues values) { in updateValues() method in ConversationCursor
2091 public int updateValues(Collection<Conversation> conversations, ContentValues values, in updateValues() method in ConversationCursor
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java1799 ContentValues updateValues = new ContentValues(); in setRecurrenceEnd() local
3730 ContentValues updateValues, String selection, String[] selectionArgs, in updateEventRelatedTable()
3993 private int handleUpdateEvents(Cursor cursor, ContentValues updateValues, in handleUpdateEvents()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1984 ContentValues updateValues = new ContentValues(); in cleanupPhotoStore() local
1987 updateValues, null, null, /* callerIsSyncAdapter =*/false, in cleanupPhotoStore() local
9019 ContentValues updateValues = new ContentValues(); in doInBackground() local
9029 updateValues, null, null); in doInBackground() local
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2119 final ContentValues updateValues = new ContentValues(values); in update() local
2146 final ContentValues updateValues = new ContentValues(values); in update() local