Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1140 long calendarId2 = createAndVerifyCalendar(account2, seed++, null); in testCalendarEntityQuery() local
1146 new String[] { String.valueOf(calendarId1), String.valueOf(calendarId2), in testCalendarEntityQuery()
1162 removeAndVerifyCalendar(account2, calendarId2); in testCalendarEntityQuery()
1657 long calendarId2 = ContentUris.parseId(uri); in testCalendarColors() local
1658 assertTrue(calendarId2 >= 0); in testCalendarColors()
1661 verifyCalendar(account, cv, calendarId2, 2); in testCalendarColors()
2785 long calendarId2 = createAndVerifyCalendar(account2, seed++, null); in testOutOfOrderRecurrenceExceptions() local
2827 unrelatedExcepValues.put(Events.CALENDAR_ID, calendarId2); in testOutOfOrderRecurrenceExceptions()
2860 long unrelatedEventId = createAndVerifyEvent(account2, seed, calendarId2, true, in testOutOfOrderRecurrenceExceptions()
2882 new long[] { calendarId1, calendarId2 }); in testOutOfOrderRecurrenceExceptions()
[all …]