/aosp12/packages/apps/Car/Calendar/tests/ui/src/com/android/car/calendar/ |
H A 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()
|
/aosp12/packages/apps/Car/Calendar/tests/unit/src/com/android/car/calendar/common/ |
H A 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,
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/ |
H A D | AlertService.java | 67 CalendarAlerts.EVENT_LOCATION, // 4
|
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/ |
H A D | CrossProfileCalendarHelper.java | 49 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_LOCATION);
|
/aosp12/packages/apps/Car/Calendar/src/com/android/car/calendar/common/ |
H A D | EventsLiveData.java | 225 String locationText = text(eventInstancesCursor, Instances.EVENT_LOCATION); in createEventsForRow()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | CalendarContract.java | 1021 public static final String EVENT_LOCATION = "eventLocation"; field 1482 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, EVENT_LOCATION); in getEntityAndIncrementCursor()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/ |
H A D | Event.java | 68 Instances.EVENT_LOCATION, // 1
|
H A D | EventInfoFragment.java | 180 Events.EVENT_LOCATION, // 9
|
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
H A D | CalendarDatabaseHelper.java | 86 Events.EVENT_LOCATION + "," + 530 CalendarContract.Events.EVENT_LOCATION + " TEXT," + in createEventsTable() 3171 + CalendarContract.Events.EVENT_LOCATION + "," in createEventsView()
|
H A 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
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/widget/ |
H A D | CalendarAppWidgetService.java | 74 Instances.EVENT_LOCATION,
|
/aosp12/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
H A 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()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 33580 field public static final String EVENT_LOCATION = "eventLocation";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 23471 field public static final java.lang.String EVENT_LOCATION = "eventLocation";
|