Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2815 ContentValues beforeExcepValues, afterExcepValues, unrelatedExcepValues; in testOutOfOrderRecurrenceExceptions() local
2818 unrelatedExcepValues = new ContentValues(recurEventValues); in testOutOfOrderRecurrenceExceptions()
2821 unrelatedExcepValues.remove(Events._SYNC_ID); in testOutOfOrderRecurrenceExceptions()
2824 unrelatedExcepValues.put(Events.ORIGINAL_SYNC_ID, MAGIC_SYNC_ID); in testOutOfOrderRecurrenceExceptions()
2827 unrelatedExcepValues.put(Events.CALENDAR_ID, calendarId2); in testOutOfOrderRecurrenceExceptions()
2848 unrelatedExcepValues.put(Events.ORIGINAL_INSTANCE_TIME, dtstartMillis); in testOutOfOrderRecurrenceExceptions()
2849 unrelatedExcepValues.put(Events.DTSTART, dtstartMillis + HALF_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2850 unrelatedExcepValues.put(Events.DTEND, dtstartMillis + ONE_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()
2851 unrelatedExcepValues.remove(Events.DURATION); in testOutOfOrderRecurrenceExceptions()
2852 unrelatedExcepValues.remove(Events.RRULE); in testOutOfOrderRecurrenceExceptions()
[all …]