Home
last modified time | relevance | path

Searched refs:EVENT_LOCATION (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.kt128 CalendarAlerts.EVENT_LOCATION, // 4
/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/
DCrossProfileCalendarHelper.java49 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_LOCATION);
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java86 Events.EVENT_LOCATION + "," +
530 CalendarContract.Events.EVENT_LOCATION + " TEXT," + in createEventsTable()
3171 + CalendarContract.Events.EVENT_LOCATION + "," in createEventsView()
DCalendarProvider2.java368 CalendarContract.Events.EVENT_LOCATION,
404 ALLOWED_IN_EXCEPTION.add(Events.EVENT_LOCATION);
5029 sEventsProjectionMap.put(Events.EVENT_LOCATION, Events.EVENT_LOCATION); in sEventsProjectionMap.put() argument
5125 sEventEntitiesProjectionMap.put(Events.EVENT_LOCATION, Events.EVENT_LOCATION); in sEventEntitiesProjectionMap.put() argument
/packages/apps/Calendar/src/com/android/calendar/
DEvent.kt65 Instances.EVENT_LOCATION, // 1
DEventInfoFragment.kt128 Events.EVENT_LOCATION, // 9
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.kt70 Instances.EVENT_LOCATION,
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java1899 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()