Searched refs:afterExcepValues (Results 1 – 1 of 1) sorted by relevance
2815 ContentValues beforeExcepValues, afterExcepValues, unrelatedExcepValues; in testOutOfOrderRecurrenceExceptions() local2817 afterExcepValues = new ContentValues(recurEventValues); in testOutOfOrderRecurrenceExceptions()2820 afterExcepValues.remove(Events._SYNC_ID); in testOutOfOrderRecurrenceExceptions()2823 afterExcepValues.put(Events.ORIGINAL_SYNC_ID, MAGIC_SYNC_ID); 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()2844 afterExcepValues.remove(Events.DURATION); in testOutOfOrderRecurrenceExceptions()2845 afterExcepValues.remove(Events.RRULE); in testOutOfOrderRecurrenceExceptions()2846 afterExcepValues.put(Events.ORIGINAL_SYNC_ID, MAGIC_SYNC_ID); in testOutOfOrderRecurrenceExceptions()[all …]