Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2830 final long ONE_DAY_MILLIS = 24 * 60 * 60 * 1000; in testOutOfOrderRecurrenceExceptions() local
2833 long dtstartMillis = recurEventValues.getAsLong(Events.DTSTART) + ONE_DAY_MILLIS; in testOutOfOrderRecurrenceExceptions()
2840 dtstartMillis += ONE_DAY_MILLIS; in testOutOfOrderRecurrenceExceptions()
2847 dtstartMillis += ONE_DAY_MILLIS; in testOutOfOrderRecurrenceExceptions()