Home
last modified time | relevance | path

Searched refs:EVENT_END_TIMEZONE (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/enterprise/
H A DCrossProfileCalendarHelper.java55 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_END_TIMEZONE);
/aosp12/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1173 public static final String EVENT_END_TIMEZONE = "eventEndTimezone"; field
1489 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, EVENT_END_TIMEZONE); in getEntityAndIncrementCursor()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java95 Events.EVENT_END_TIMEZONE + "," +
568 CalendarContract.Events.EVENT_END_TIMEZONE + " TEXT," + in createEventsTable()
3180 + CalendarContract.Events.EVENT_END_TIMEZONE + "," in createEventsView()
H A DCalendarProvider2.java415 ALLOWED_IN_EXCEPTION.add(Events.EVENT_END_TIMEZONE);
5039 sEventsProjectionMap.put(Events.EVENT_END_TIMEZONE, Events.EVENT_END_TIMEZONE); in sEventsProjectionMap.put() argument
5135 sEventEntitiesProjectionMap.put(Events.EVENT_END_TIMEZONE, Events.EVENT_END_TIMEZONE); in sEventEntitiesProjectionMap.put() argument
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt33579 field public static final String EVENT_END_TIMEZONE = "eventEndTimezone";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23470 field public static final java.lang.String EVENT_END_TIMEZONE = "eventEndTimezone";