Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DCalendarInteraction.java183 return mValues.getAsString(Attendees.EVENT_END_TIMEZONE); in getEventEndTimezone()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java95 Events.EVENT_END_TIMEZONE + "," +
568 CalendarContract.Events.EVENT_END_TIMEZONE + " TEXT," + in createEventsTable()
3175 + CalendarContract.Events.EVENT_END_TIMEZONE + "," in createEventsView()
DCalendarProvider2.java397 ALLOWED_IN_EXCEPTION.add(Events.EVENT_END_TIMEZONE);
4714 sEventsProjectionMap.put(Events.EVENT_END_TIMEZONE, Events.EVENT_END_TIMEZONE); in sEventsProjectionMap.put() argument
4806 sEventEntitiesProjectionMap.put(Events.EVENT_END_TIMEZONE, Events.EVENT_END_TIMEZONE); in sEventEntitiesProjectionMap.put() argument