Searched refs:CrossProfileCalendarHelper (Results 1 – 5 of 5) sorted by relevance
31 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()
21 import com.android.providers.calendar.enterprise.CrossProfileCalendarHelper;23 public class MockCrossProfileCalendarHelper extends CrossProfileCalendarHelper {
55 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()
34 public class CrossProfileCalendarHelper { class94 public CrossProfileCalendarHelper(Context context) { in CrossProfileCalendarHelper() method in CrossProfileCalendarHelper
79 import com.android.providers.calendar.enterprise.CrossProfileCalendarHelper;200 protected CrossProfileCalendarHelper mCrossProfileCalendarHelper;576 mCrossProfileCalendarHelper = new CrossProfileCalendarHelper(mContext); in initCrossProfileCalendarHelper()