Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1654 verifyContentValueAgainstCursor(cvs[i], cvs[i].keySet(), cursor); in testInsertNormalEvents()
1703 verifyContentValueAgainstCursor(cvs[i], cvs[i].keySet(), cursor); in testInsertRepeatingEvents()
2252 verifyContentValueAgainstCursor(attendee, attendeeColumns, cursor); in testAttendees()
2278 verifyContentValueAgainstCursor(attendee, attendeeColumns, cursor); in testAttendees()
2307 private void verifyContentValueAgainstCursor(ContentValues cv, in verifyContentValueAgainstCursor() method in CalendarProvider2Test