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.java472 public static ContentValues getNewExceptionValues(long instanceStartMillis) { in getNewExceptionValues() method in CalendarTest.EventHelper
2543 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2550 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2557 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2630 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2637 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2645 excepValues = EventHelper.getNewExceptionValues(startMillis); in testSingleRecurrenceExceptions()
2735 excepValues = EventHelper.getNewExceptionValues(startMillis); in testNonAdapterRecurrenceExceptions()
2986 excepValues = EventHelper.getNewExceptionValues(startMillis); in testForwardRecurrenceExceptions()
3074 ContentValues excepValues = EventHelper.getNewExceptionValues(startMillis); in testFullRecurrenceUpdate()