Home
last modified time | relevance | path

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

/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/
DEventLocationsTest.java28 private EventLocations mEventLocations;
32 mEventLocations = new EventLocations(); in setUp()
DEventsLiveDataTest.java115 EventLocations mockEventLocations = mock(EventLocations.class); in setUp()
/packages/apps/Car/Calendar/src/com/android/car/calendar/
DCarCalendarViewModel.java29 import com.android.car.calendar.common.EventLocations;
66 new EventLocations()); in getEventsLiveData()
/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
DEventLocations.java22 public class EventLocations { class
DEventsLiveData.java78 private final EventLocations mLocations;
94 EventLocations locations) { in EventsLiveData()