Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1249 ContentValues bulkUpdate = new ContentValues(); in testAttendees() local
1250 bulkUpdate.put(Attendees.ATTENDEE_STATUS, Attendees.ATTENDEE_STATUS_INVITED); in testAttendees()
1252 int count = mContentResolver.update(Attendees.CONTENT_URI, bulkUpdate, in testAttendees()