Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelper.java40 public static final Set<String> EVENTS_TABLE_ALLOWED_LIST; field in CrossProfileCalendarHelper
45 EVENTS_TABLE_ALLOWED_LIST = new ArraySet<>();
46 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events._ID);
47 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.CALENDAR_ID);
48 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.TITLE);
49 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_LOCATION);
50 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_COLOR);
51 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.STATUS);
52 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.DTSTART);
53 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.DTEND);
[all …]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelperTest.java87 assertTrue(CrossProfileCalendarHelper.EVENTS_TABLE_ALLOWED_LIST.equals(projectionSet)); in testNoProjection_getFullAllowedListProjectionForEvents()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java3481 for (String column : CrossProfileCalendarHelper.EVENTS_TABLE_ALLOWED_LIST) { in testEnterpriseEventsProjectionCalibration()