Searched refs:originalId (Results 1 – 1 of 1) sorted by relevance
2901 Long originalId; in testOutOfOrderRecurrenceExceptions() local2907 originalId = c.getLong(0); in testOutOfOrderRecurrenceExceptions()2908 assertNotNull(originalId); in testOutOfOrderRecurrenceExceptions()2909 assertEquals(recurEventId, (long) originalId); in testOutOfOrderRecurrenceExceptions()2916 originalId = c.getLong(0); in testOutOfOrderRecurrenceExceptions()2917 assertNotNull(originalId); in testOutOfOrderRecurrenceExceptions()2918 assertEquals(recurEventId, (long) originalId); in testOutOfOrderRecurrenceExceptions()