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.java2901 Long originalId; in testOutOfOrderRecurrenceExceptions() local
2907 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()