Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java2900 Long originalId; in testOutOfOrderRecurrenceExceptions() local
2906 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()