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);48 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.TITLE);51 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.STATUS);53 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.DTEND);59 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.RRULE);60 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.RDATE);61 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EXRULE);62 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EXDATE);[all …]
87 assertTrue(CrossProfileCalendarHelper.EVENTS_TABLE_ALLOWED_LIST.equals(projectionSet)); in testNoProjection_getFullAllowedListProjectionForEvents()
3481 for (String column : CrossProfileCalendarHelper.EVENTS_TABLE_ALLOWED_LIST) { in testEnterpriseEventsProjectionCalibration()