Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java471 public static ContentValues getNewExceptionValues(long instanceStartMillis) { in getNewExceptionValues() method in CalendarTest.EventHelper
2542 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2549 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2556 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2629 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2636 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2644 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2734 excepValues = EventHelper.getNewExceptionValues(startMillis); in testNonAdapterRecurrenceExceptions()
2985 excepValues = EventHelper.getNewExceptionValues(startMillis); in testForwardRecurrenceExceptions()
3073 ContentValues excepValues = EventHelper.getNewExceptionValues(startMillis); in testFullRecurrenceUpdate()