Searched refs:calendarId2 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/ |
D | CalendarTest.java | 1139 long calendarId2 = createAndVerifyCalendar(account2, seed++, null); in testCalendarEntityQuery() local 1145 new String[] { String.valueOf(calendarId1), String.valueOf(calendarId2), in testCalendarEntityQuery() 1161 removeAndVerifyCalendar(account2, calendarId2); in testCalendarEntityQuery() 1656 long calendarId2 = ContentUris.parseId(uri); in testCalendarColors() local 1657 assertTrue(calendarId2 >= 0); in testCalendarColors() 1660 verifyCalendar(account, cv, calendarId2, 2); in testCalendarColors() 2784 long calendarId2 = createAndVerifyCalendar(account2, seed++, null); in testOutOfOrderRecurrenceExceptions() local 2826 unrelatedExcepValues.put(Events.CALENDAR_ID, calendarId2); in testOutOfOrderRecurrenceExceptions() 2859 long unrelatedEventId = createAndVerifyEvent(account2, seed, calendarId2, true, in testOutOfOrderRecurrenceExceptions() 2881 new long[] { calendarId1, calendarId2 }); in testOutOfOrderRecurrenceExceptions() [all …]
|