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.java2833 long dtstartMillis = recurEventValues.getAsLong(Events.DTSTART) + ONE_DAY_MILLIS; in testOutOfOrderRecurrenceExceptions() local
2834 beforeExcepValues.put(Events.ORIGINAL_INSTANCE_TIME, dtstartMillis); in testOutOfOrderRecurrenceExceptions()
2835 beforeExcepValues.put(Events.DTSTART, dtstartMillis + HALF_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2836 beforeExcepValues.put(Events.DTEND, dtstartMillis + ONE_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2840 dtstartMillis += ONE_DAY_MILLIS; in testOutOfOrderRecurrenceExceptions()
2841 afterExcepValues.put(Events.ORIGINAL_INSTANCE_TIME, dtstartMillis); in testOutOfOrderRecurrenceExceptions()
2842 afterExcepValues.put(Events.DTSTART, dtstartMillis + HALF_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2843 afterExcepValues.put(Events.DTEND, dtstartMillis + ONE_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2847 dtstartMillis += ONE_DAY_MILLIS; in testOutOfOrderRecurrenceExceptions()
2848 unrelatedExcepValues.put(Events.ORIGINAL_INSTANCE_TIME, dtstartMillis); in testOutOfOrderRecurrenceExceptions()
[all …]