Searched refs:createAndVerifyEvent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 1012 long eventId1 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testEventsEntityQuery() 1017 long eventId2 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testEventsEntityQuery() 1022 long eventId3 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testEventsEntityQuery() 1183 long eventId1 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testAttendees() 1188 long eventId2 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testAttendees() 1332 long eventId1 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testReminders() 1335 long eventId2 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testReminders() 1500 long eventId = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testRemindersAlarm() 1757 long event_id = createAndVerifyEvent(account, seed++, cal_id, false, null); in testEventColors() 1885 long eventId1 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testExtendedProperties() [all …]
|