Searched refs:originalId (Results 1 – 1 of 1) sorted by relevance
2900 Long originalId; in testOutOfOrderRecurrenceExceptions() local2906 originalId = c.getLong(0); in testOutOfOrderRecurrenceExceptions()2907 assertNotNull(originalId); in testOutOfOrderRecurrenceExceptions()2908 assertEquals(recurEventId, (long) originalId); in testOutOfOrderRecurrenceExceptions()2915 originalId = c.getLong(0); in testOutOfOrderRecurrenceExceptions()2916 assertNotNull(originalId); in testOutOfOrderRecurrenceExceptions()2917 assertEquals(recurEventId, (long) originalId); in testOutOfOrderRecurrenceExceptions()