Searched refs:CALENDARS_TABLE_ALLOWED_LIST (Results 1 – 3 of 3) sorted by relevance
41 public static final Set<String> CALENDARS_TABLE_ALLOWED_LIST; field in CrossProfileCalendarHelper67 CALENDARS_TABLE_ALLOWED_LIST = new ArraySet<>();68 CALENDARS_TABLE_ALLOWED_LIST.add(CalendarContract.Calendars._ID);69 CALENDARS_TABLE_ALLOWED_LIST.add(CalendarContract.Calendars.CALENDAR_COLOR);70 CALENDARS_TABLE_ALLOWED_LIST.add(CalendarContract.Calendars.VISIBLE);71 CALENDARS_TABLE_ALLOWED_LIST.add(CalendarContract.Calendars.CALENDAR_LOCATION);72 CALENDARS_TABLE_ALLOWED_LIST.add(CalendarContract.Calendars.CALENDAR_TIME_ZONE);73 CALENDARS_TABLE_ALLOWED_LIST.add(CalendarContract.Calendars.IS_PRIMARY);160 validColumnsSet = CALENDARS_TABLE_ALLOWED_LIST; in getCalibratedProjection()
80 assertTrue(Objects.deepEquals(CrossProfileCalendarHelper.CALENDARS_TABLE_ALLOWED_LIST, in testNoProjection_getFullAllowedListProjectionForCalendars()
3587 for (String column : CrossProfileCalendarHelper.CALENDARS_TABLE_ALLOWED_LIST) { in testEnterpriseCalendarsProjectionCalibration()