Searched refs:EVENTS_TABLE_ALLOWED_LIST (Results 1 – 3 of 3) sorted by relevance
40 public static final Set<String> EVENTS_TABLE_ALLOWED_LIST; field in CrossProfileCalendarHelper45 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 …]
87 assertTrue(CrossProfileCalendarHelper.EVENTS_TABLE_ALLOWED_LIST.equals(projectionSet)); in testNoProjection_getFullAllowedListProjectionForEvents()
3481 for (String column : CrossProfileCalendarHelper.EVENTS_TABLE_ALLOWED_LIST) { in testEnterpriseEventsProjectionCalibration()