Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2831 final long ONE_HOUR_MILLIS = 60 * 60 * 1000; in testOutOfOrderRecurrenceExceptions() local
2836 beforeExcepValues.put(Events.DTEND, dtstartMillis + ONE_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2843 afterExcepValues.put(Events.DTEND, dtstartMillis + ONE_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2850 unrelatedExcepValues.put(Events.DTEND, dtstartMillis + ONE_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()