Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2589 deleteCount += deleteException(account, eventId, excepEventId2); in testSingleRecurrenceExceptions()
2590 deleteCount += deleteException(account, eventId, excepEventId3); in testSingleRecurrenceExceptions()
2591 deleteCount += deleteException(account, eventId, excepEventId4); in testSingleRecurrenceExceptions()
3567 private int deleteException(String account, long eventId, long excepId) { in deleteException() method in CalendarTest