Home
last modified time | relevance | path

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

/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/
DEventDescriptionsTest.java43 private EventDescriptions mEventDescriptions;
50 mEventDescriptions = new EventDescriptions(Locale.GERMANY, mMockTelephonyManager); in setUp()
73 EventDescriptions eventDescriptions = in extractNumberAndPin_internationalNumberWithDifferentLocale_resultIsInternational()
74 new EventDescriptions(Locale.FRANCE, mMockTelephonyManager); in extractNumberAndPin_internationalNumberWithDifferentLocale_resultIsInternational()
DEventsLiveDataTest.java111 EventDescriptions mockEventDescriptions = mock(EventDescriptions.class); in setUp()
/packages/apps/Car/Calendar/src/com/android/car/calendar/
DCarCalendarViewModel.java28 import com.android.car.calendar.common.EventDescriptions;
65 new EventDescriptions(mLocale, mTelephonyManager), in getEventsLiveData()
/packages/apps/Car/Calendar/src/com/android/car/calendar/common/
DEventDescriptions.java40 public class EventDescriptions { class
60 public EventDescriptions(Locale locale, TelephonyManager telephonyManager) { in EventDescriptions() method in EventDescriptions
DEventsLiveData.java77 private final EventDescriptions mEventDescriptions;
93 EventDescriptions eventDescriptions, in EventsLiveData()
207 Cursor eventInstancesCursor, EventDescriptions eventDescriptions) { in createEventsForRow()