Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelper.java41 public static final Set<String> CALENDARS_TABLE_WHITELIST; field in CrossProfileCalendarHelper
67 CALENDARS_TABLE_WHITELIST = new ArraySet<>();
68 CALENDARS_TABLE_WHITELIST.add(CalendarContract.Calendars._ID);
69 CALENDARS_TABLE_WHITELIST.add(CalendarContract.Calendars.CALENDAR_COLOR);
70 CALENDARS_TABLE_WHITELIST.add(CalendarContract.Calendars.VISIBLE);
71 CALENDARS_TABLE_WHITELIST.add(CalendarContract.Calendars.CALENDAR_LOCATION);
72 CALENDARS_TABLE_WHITELIST.add(CalendarContract.Calendars.CALENDAR_TIME_ZONE);
73 CALENDARS_TABLE_WHITELIST.add(CalendarContract.Calendars.IS_PRIMARY);
160 validColumnsSet = CALENDARS_TABLE_WHITELIST; in getCalibratedProjection()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelperTest.java80 assertTrue(Objects.deepEquals(CrossProfileCalendarHelper.CALENDARS_TABLE_WHITELIST, in testNoProjection_getFullWhitelistedProjectionForCalendars()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java3587 for (String column : CrossProfileCalendarHelper.CALENDARS_TABLE_WHITELIST) { in testEnterpriseCalendarsProjectionCalibration()