Home
last modified time | relevance | path

Searched refs:newValues (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DDataUtil.java71 ContentValues newValues = new ContentValues(values); in insertData() local
72 newValues.put(ContactsContract.Data.RAW_CONTACT_ID, rawContactId); in insertData()
74 Uri uri = resolver.insert(URI, newValues); in insertData()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1402 ContentValues newValues = new ContentValues(); in testReminders() local
1403 newValues.put(Reminders.METHOD, Reminders.METHOD_DEFAULT); in testReminders()
1405 newValues, null, null); in testReminders()
1408 newValues.put(Reminders.METHOD, Reminders.METHOD_EMAIL); in testReminders()
1409 count = mContentResolver.update(Reminders.CONTENT_URI, newValues, in testReminders()
1928 ContentValues newValues = new ContentValues(); in testExtendedProperties() local
1929 newValues.put(ExtendedProperties.VALUE, "Big"); in testExtendedProperties()
1932 int count = mContentResolver.update(uri, newValues, null, null); in testExtendedProperties()
/cts/tests/tests/transition/src/android/transition/cts/
DTransitionTest.java521 TransitionValues newValues) { in isTransitionRequired() argument