Searched refs:EVENT_LOCATION (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Car/Calendar/tests/ui/src/com/android/car/calendar/ |
D | CarCalendarUiTest.java | 86 private static final String EVENT_LOCATION = "the location"; field in CarCalendarUiTest 281 CalendarContract.Instances.EVENT_LOCATION, in query() 314 EVENT_LOCATION, in buildTestRow()
|
/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/ |
D | EventsLiveDataTest.java | 83 private static final String EVENT_LOCATION = "the location"; field in EventsLiveDataTest 223 assertThat(event.getLocation()).isEqualTo(EVENT_LOCATION); in addObserver_oneEventResult() 519 CalendarContract.Instances.EVENT_LOCATION, in TestEventCursor() 654 EVENT_LOCATION,
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 67 CalendarAlerts.EVENT_LOCATION, // 4
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/ |
D | CrossProfileCalendarHelper.java | 49 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_LOCATION);
|
/packages/apps/Car/Calendar/src/com/android/car/calendar/common/ |
D | EventsLiveData.java | 225 String locationText = text(eventInstancesCursor, Instances.EVENT_LOCATION); in createEventsForRow()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDatabaseHelper.java | 86 Events.EVENT_LOCATION + "," + 530 CalendarContract.Events.EVENT_LOCATION + " TEXT," + in createEventsTable() 3171 + CalendarContract.Events.EVENT_LOCATION + "," in createEventsView()
|
D | CalendarProvider2.java | 369 CalendarContract.Events.EVENT_LOCATION, 405 ALLOWED_IN_EXCEPTION.add(Events.EVENT_LOCATION); 5030 sEventsProjectionMap.put(Events.EVENT_LOCATION, Events.EVENT_LOCATION); in sEventsProjectionMap.put() argument 5126 sEventEntitiesProjectionMap.put(Events.EVENT_LOCATION, Events.EVENT_LOCATION); in sEventEntitiesProjectionMap.put() argument
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | Event.java | 68 Instances.EVENT_LOCATION, // 1
|
D | EventInfoFragment.java | 180 Events.EVENT_LOCATION, // 9
|
/packages/apps/Calendar/src/com/android/calendar/widget/ |
D | CalendarAppWidgetService.java | 74 Instances.EVENT_LOCATION,
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 1899 Instances.EVENT_LOCATION, // 1 in testInstanceSearchQuery() 2095 CalendarContract.CalendarAlerts.EVENT_LOCATION, // 2 in testCalendarAlerts() 2728 Instances.EVENT_LOCATION, // 1 in testInstanceQuery() 3512 cv.put(Events.EVENT_LOCATION, WORK_EVENT_LOCATION); in insertWorkEvent()
|