Searched refs:createAndVerifyEvent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 1013 long eventId1 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testEventsEntityQuery() 1018 long eventId2 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testEventsEntityQuery() 1023 long eventId3 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testEventsEntityQuery() 1184 long eventId1 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testAttendees() 1189 long eventId2 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testAttendees() 1333 long eventId1 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testReminders() 1336 long eventId2 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testReminders() 1501 long eventId = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testRemindersAlarm() 1758 long event_id = createAndVerifyEvent(account, seed++, cal_id, false, null); in testEventColors() 1886 long eventId1 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testExtendedProperties() [all …]
|