Searched refs:calendarId1 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 1139 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testCalendarEntityQuery() local 1146 new String[] { String.valueOf(calendarId1), String.valueOf(calendarId2), in testCalendarEntityQuery() 1161 removeAndVerifyCalendar(account1, calendarId1); in testCalendarEntityQuery() 2784 long calendarId1 = createAndVerifyCalendar(account1, seed++, null); in testOutOfOrderRecurrenceExceptions() local 2790 calendarId1, true, startWhen, "PT1H", "FREQ=DAILY;WKST=SU;COUNT=10"); in testOutOfOrderRecurrenceExceptions() 2804 expandInstanceRange(account1, calendarId1, testStart, testEnd, timeZone); in testOutOfOrderRecurrenceExceptions() 2857 long beforeEventId = createAndVerifyEvent(account1, seed, calendarId1, true, in testOutOfOrderRecurrenceExceptions() 2865 long recurEventId = createAndVerifyEvent(account1, seed, calendarId1, true, in testOutOfOrderRecurrenceExceptions() 2870 long afterEventId = createAndVerifyEvent(account1, seed, calendarId1, true, in testOutOfOrderRecurrenceExceptions() 2882 new long[] { calendarId1, calendarId2 }); in testOutOfOrderRecurrenceExceptions() [all …]
|