Home
last modified time | relevance | path

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

/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DLockedMessageTest.java122 final ContentValues updateValues = new ContentValues(); in insertMmsWithLockedMessage() local
148 final ContentValues updateValues = new ContentValues(); in insertSmsWithLockedMessage() local
DMmsTest.java322 final ContentValues updateValues = new ContentValues(); in testMmsUpdate() local
348 final ContentValues updateValues = new ContentValues(); in testMmsUpdate_canUpdateReadAndSeenStatus() local
DSmsTest.java144 final ContentValues updateValues = new ContentValues(); in testInsertSms_canUpdateSeen() local
DMmsPartTest.java120 final ContentValues updateValues = new ContentValues(); in testMmsPartUpdate() local
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DVoicemailContractTest.java246 ContentValues updateValues = new ContentValues(); in testForeignUpdate_dirty() local
294 ContentValues updateValues = new ContentValues(); in testForeignUpdate_explicitNotDirty() local
316 ContentValues updateValues = new ContentValues(); in testForeignUpdate_null_dirty() local
338 ContentValues updateValues = new ContentValues(); in testForeignUpdate_NotNormalized_normalized() local
356 ContentValues updateValues = new ContentValues(); in testLocalUpdate_notDirty() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_DownloadsTest.java240 final ContentValues updateValues = new ContentValues(); in testUpdateDownload() local
318 final ContentValues updateValues = new ContentValues(); in testNotifyChange() local
DMediaStore_FilesTest.java318 final ContentValues updateValues = new ContentValues(); in testInPlaceUpdate_mediaFileWithInvalidRelativePath() local
DCalendarTest.java2172 ContentValues updateValues = CalendarHelper.getUpdateCalendarValuesWithOriginal( in testCalendarUpdateAsApp() local
2306 ContentValues updateValues = EventHelper.getUpdateEventValuesWithOriginal(eventValues, in testEventUpdateAsApp() local
2354 ContentValues updateValues = new ContentValues(); in testBulkUpdate() local
2471 ContentValues updateValues = new ContentValues(); in testConversionToRecurring() local
3526 boolean asSyncAdapter, ContentValues updateValues) { in updateAndVerifyEvent()