Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DVoicemailContractTest.java248 ContentValues updateValues = new ContentValues(); in testForeignUpdate_explicitNotDirty() local
270 ContentValues updateValues = new ContentValues(); in testForeignUpdate_null_dirty() local
292 ContentValues updateValues = new ContentValues(); in testForeignUpdate_NotNormalized_normalized() local
/cts/tests/tests/provider/src/android/provider/cts/
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()