Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2832 long dtstartMillis = recurEventValues.getAsLong(Events.DTSTART) + ONE_DAY_MILLIS; in testOutOfOrderRecurrenceExceptions() local
2833 beforeExcepValues.put(Events.ORIGINAL_INSTANCE_TIME, dtstartMillis); in testOutOfOrderRecurrenceExceptions()
2834 beforeExcepValues.put(Events.DTSTART, dtstartMillis + HALF_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2835 beforeExcepValues.put(Events.DTEND, dtstartMillis + ONE_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2839 dtstartMillis += ONE_DAY_MILLIS; in testOutOfOrderRecurrenceExceptions()
2840 afterExcepValues.put(Events.ORIGINAL_INSTANCE_TIME, dtstartMillis); in testOutOfOrderRecurrenceExceptions()
2841 afterExcepValues.put(Events.DTSTART, dtstartMillis + HALF_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2842 afterExcepValues.put(Events.DTEND, dtstartMillis + ONE_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2846 dtstartMillis += ONE_DAY_MILLIS; in testOutOfOrderRecurrenceExceptions()
2847 unrelatedExcepValues.put(Events.ORIGINAL_INSTANCE_TIME, dtstartMillis); in testOutOfOrderRecurrenceExceptions()
[all …]