Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java367 String account, int seed, long calendarId, boolean asSyncAdapter) { in getNewEventValues() argument
375 values.put(Events.CALENDAR_ID, calendarId); in getNewEventValues()
446 long calendarId, boolean asSyncAdapter, String startWhen, String duration, in getNewRecurringEventValues() argument
450 ContentValues values = getNewEventValues(account, seed, calendarId, asSyncAdapter); in getNewRecurringEventValues()
1005 long calendarId = createAndVerifyCalendar(account, seed++, null); in testEventsEntityQuery() local
1011 eventValues = EventHelper.getNewEventValues(account, seed++, calendarId, true); in testEventsEntityQuery()
1013 long eventId1 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testEventsEntityQuery()
1016 eventValues = EventHelper.getNewEventValues(account, seed++, calendarId, true); in testEventsEntityQuery()
1018 long eventId2 = createAndVerifyEvent(account, seed, calendarId, true, eventValues); in testEventsEntityQuery()
1021 eventValues = EventHelper.getNewEventValues(account, seed++, calendarId, true); in testEventsEntityQuery()
[all …]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileCalendarTest.java411 final long calendarId = insertWorkCalendar(WORK_CALENDAR_TITLE); in testAddTestCalendarDataForWorkProfile() local
412 insertWorkEvent(WORK_EVENT_TITLE, calendarId, WORK_EVENT_DTSTART, WORK_EVENT_DTEND); in testAddTestCalendarDataForWorkProfile()
413 insertWorkEvent(WORK_EVENT_TITLE_2, calendarId, WORK_EVENT_DTSTART_2, WORK_EVENT_DTEND_2); in testAddTestCalendarDataForWorkProfile()
488 private void insertWorkEvent(String eventTitle, long calendarId, long dtStart, long dtEnd) { in insertWorkEvent() argument
491 cv.put(CalendarContract.Events.CALENDAR_ID, calendarId); in insertWorkEvent()