Searched refs:unrelatedExcepValues (Results 1 – 1 of 1) sorted by relevance
2814 ContentValues beforeExcepValues, afterExcepValues, unrelatedExcepValues; in testOutOfOrderRecurrenceExceptions() local2817 unrelatedExcepValues = new ContentValues(recurEventValues); in testOutOfOrderRecurrenceExceptions()2820 unrelatedExcepValues.remove(Events._SYNC_ID); in testOutOfOrderRecurrenceExceptions()2823 unrelatedExcepValues.put(Events.ORIGINAL_SYNC_ID, MAGIC_SYNC_ID); in testOutOfOrderRecurrenceExceptions()2826 unrelatedExcepValues.put(Events.CALENDAR_ID, calendarId2); in testOutOfOrderRecurrenceExceptions()2847 unrelatedExcepValues.put(Events.ORIGINAL_INSTANCE_TIME, dtstartMillis); in testOutOfOrderRecurrenceExceptions()2848 unrelatedExcepValues.put(Events.DTSTART, dtstartMillis + HALF_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()2849 unrelatedExcepValues.put(Events.DTEND, dtstartMillis + ONE_HOUR_MILLIS); in testOutOfOrderRecurrenceExceptions()2850 unrelatedExcepValues.remove(Events.DURATION); in testOutOfOrderRecurrenceExceptions()2851 unrelatedExcepValues.remove(Events.RRULE); in testOutOfOrderRecurrenceExceptions()[all …]