Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2588 int deleteCount = 0; in testSingleRecurrenceExceptions() local
2589 deleteCount += deleteException(account, eventId, excepEventId2); in testSingleRecurrenceExceptions()
2590 deleteCount += deleteException(account, eventId, excepEventId3); in testSingleRecurrenceExceptions()
2591 deleteCount += deleteException(account, eventId, excepEventId4); in testSingleRecurrenceExceptions()
2592 assertEquals("events deleted", 3, deleteCount); in testSingleRecurrenceExceptions()