Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1138 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testCalendarEntityQuery() local
1145 new String[] { String.valueOf(calendarId1), String.valueOf(calendarId2), in testCalendarEntityQuery()
1160 removeAndVerifyCalendar(account1, calendarId1); in testCalendarEntityQuery()
2783 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testOutOfOrderRecurrenceExceptions() local
2789 calendarId1, true, startWhen, "PT1H", "FREQ=DAILY;WKST=SU;COUNT=10"); in testOutOfOrderRecurrenceExceptions()
2803 expandInstanceRange(account1, calendarId1, testStart, testEnd, timeZone); in testOutOfOrderRecurrenceExceptions()
2856 long beforeEventId = createAndVerifyEvent(account1, seed, calendarId1, true, in testOutOfOrderRecurrenceExceptions()
2864 long recurEventId = createAndVerifyEvent(account1, seed, calendarId1, true, in testOutOfOrderRecurrenceExceptions()
2869 long afterEventId = createAndVerifyEvent(account1, seed, calendarId1, true, in testOutOfOrderRecurrenceExceptions()
2881 new long[] { calendarId1, calendarId2 }); in testOutOfOrderRecurrenceExceptions()
[all …]