Home
last modified time | relevance | path

Searched defs:EVENT_LOCATION (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Calendar/tests/ui/src/com/android/car/calendar/
DCarCalendarUiTest.java86 private static final String EVENT_LOCATION = "the location"; field in CarCalendarUiTest
/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/
DEventsLiveDataTest.java83 private static final String EVENT_LOCATION = "the location"; field in EventsLiveDataTest
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java5030 sEventsProjectionMap.put(Events.EVENT_LOCATION, Events.EVENT_LOCATION); in sEventsProjectionMap.put()
5126 sEventEntitiesProjectionMap.put(Events.EVENT_LOCATION, Events.EVENT_LOCATION); in sEventEntitiesProjectionMap.put()