Searched refs:EventDescriptions (Results 1 – 5 of 5) sorted by relevance
43 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()
111 EventDescriptions mockEventDescriptions = mock(EventDescriptions.class); in setUp()
28 import com.android.car.calendar.common.EventDescriptions;65 new EventDescriptions(mLocale, mTelephonyManager), in getEventsLiveData()
40 public class EventDescriptions { class60 public EventDescriptions(Locale locale, TelephonyManager telephonyManager) { in EventDescriptions() method in EventDescriptions
77 private final EventDescriptions mEventDescriptions;93 EventDescriptions eventDescriptions, in EventsLiveData()207 Cursor eventInstancesCursor, EventDescriptions eventDescriptions) { in createEventsForRow()