Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2544 long excepEventId2 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2551 long excepEventId3 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2558 long excepEventId4 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2631 excepEventId2 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2639 excepEventId3 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2646 excepEventId4 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2736 long excepEventId2 = createAndVerifyException(account, eventId, excepValues, false); in testNonAdapterRecurrenceExceptions()
2988 long excepEventId = createAndVerifyException(account, eventId, excepValues, true); in testForwardRecurrenceExceptions()
3076 long excepEventId = createAndVerifyException(account, eventId, excepValues, true); in testFullRecurrenceUpdate()
3544 private long createAndVerifyException(String account, long originalEventId, in createAndVerifyException() method in CalendarTest