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.java2545 long excepEventId2 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2552 long excepEventId3 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2559 long excepEventId4 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2632 excepEventId2 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2640 excepEventId3 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2647 excepEventId4 = createAndVerifyException(account, eventId, excepValues, true); in testSingleRecurrenceExceptions()
2737 long excepEventId2 = createAndVerifyException(account, eventId, excepValues, false); in testNonAdapterRecurrenceExceptions()
2989 long excepEventId = createAndVerifyException(account, eventId, excepValues, true); in testForwardRecurrenceExceptions()
3077 long excepEventId = createAndVerifyException(account, eventId, excepValues, true); in testFullRecurrenceUpdate()
3545 private long createAndVerifyException(String account, long originalEventId, in createAndVerifyException() method in CalendarTest