Home
last modified time | relevance | path

Searched refs:CrossProfileCalendarHelper (Results 1 – 5 of 5) sorted by relevance

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelperTest.java31 private CrossProfileCalendarHelper mHelper;
35 mHelper = new CrossProfileCalendarHelper(mContext); in setUp()
80 assertTrue(Objects.deepEquals(CrossProfileCalendarHelper.CALENDARS_TABLE_ALLOWED_LIST, in testNoProjection_getFullAllowedListProjectionForCalendars()
87 assertTrue(CrossProfileCalendarHelper.EVENTS_TABLE_ALLOWED_LIST.equals(projectionSet)); in testNoProjection_getFullAllowedListProjectionForEvents()
93 assertTrue(CrossProfileCalendarHelper.INSTANCES_TABLE_ALLOWED_LIST.equals(projectionSet)); in testNoProjection_getFullAllowedListProjectionForInstances()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DMockCrossProfileCalendarHelper.java21 import com.android.providers.calendar.enterprise.CrossProfileCalendarHelper;
23 public class MockCrossProfileCalendarHelper extends CrossProfileCalendarHelper {
DCalendarProvider2Test.java55 import com.android.providers.calendar.enterprise.CrossProfileCalendarHelper;
3481 for (String column : CrossProfileCalendarHelper.EVENTS_TABLE_ALLOWED_LIST) { in testEnterpriseEventsProjectionCalibration()
3587 for (String column : CrossProfileCalendarHelper.CALENDARS_TABLE_ALLOWED_LIST) { in testEnterpriseCalendarsProjectionCalibration()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelper.java34 public class CrossProfileCalendarHelper { class
94 public CrossProfileCalendarHelper(Context context) { in CrossProfileCalendarHelper() method in CrossProfileCalendarHelper
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java79 import com.android.providers.calendar.enterprise.CrossProfileCalendarHelper;
200 protected CrossProfileCalendarHelper mCrossProfileCalendarHelper;
576 mCrossProfileCalendarHelper = new CrossProfileCalendarHelper(mContext); in initCrossProfileCalendarHelper()