Searched refs:EVENT_TIMEZONE (Results 1 – 13 of 13) sorted by relevance
241 values.put(CalendarContract.Events.EVENT_TIMEZONE, tzid); in populateContentValues()258 int tzidColumn = cursor.getColumnIndex(CalendarContract.Events.EVENT_TIMEZONE); in populateComponent()329 final String tzid = values.getAsString(CalendarContract.Events.EVENT_TIMEZONE); in populateComponent()
54 EVENTS_TABLE_ALLOWED_LIST.add(CalendarContract.Events.EVENT_TIMEZONE);
206 Events.EVENT_TIMEZONE +414 ALLOWED_IN_EXCEPTION.add(Events.EVENT_TIMEZONE);1816 dtstart.setTimezone(values.getAsString(Events.EVENT_TIMEZONE)); in setRecurrenceEnd()2380 values.put(Events.EVENT_TIMEZONE, Time.TIMEZONE_UTC); in insertInTransactionInner()2838 if (TextUtils.isEmpty(values.getAsString(Events.EVENT_TIMEZONE))) { in validateEventData()3168 || values.containsKey(Events.EVENT_TIMEZONE) in calculateLastDate()3211 String tz = values.getAsString(Events.EVENT_TIMEZONE); in calculateLastDate()3274 String timezone = values.getAsString(Events.EVENT_TIMEZONE); in updateEventRawTimesLocked()4099 modValues.containsKey(Events.EVENT_TIMEZONE) || in handleUpdateEvents()5038 sEventsProjectionMap.put(Events.EVENT_TIMEZONE, Events.EVENT_TIMEZONE); in sEventsProjectionMap.put() argument[all …]
112 Events.EVENT_TIMEZONE,171 int eventTimezoneColumn = entries.getColumnIndex(Events.EVENT_TIMEZONE); in performInstanceExpansion()
94 Events.EVENT_TIMEZONE + "," +541 CalendarContract.Events.EVENT_TIMEZONE + " TEXT," + in createEventsTable()3179 + CalendarContract.Events.EVENT_TIMEZONE + "," in createEventsView()
257 assertEquals(tzid, values.get(android.provider.CalendarContract.Events.EVENT_TIMEZONE)); in verifyPopulateContentValues()
1329 m.put(Events.EVENT_TIMEZONE, event.mTimezone); in eventInfoToContentValues()1387 Events.EVENT_TIMEZONE, in updateMatchingEvents()1401 || values.containsKey(Events.EVENT_TIMEZONE) in updateMatchingEvents()1427 if (!values.containsKey(Events.EVENT_TIMEZONE) && timezone != null) { in updateMatchingEvents()1428 values.put(Events.EVENT_TIMEZONE, timezone); in updateMatchingEvents()1902 Instances.EVENT_TIMEZONE, // 4 in testInstanceSearchQuery()2731 Instances.EVENT_TIMEZONE, // 4 in testInstanceQuery()3516 cv.put(Events.EVENT_TIMEZONE, WORK_DEFAULT_TIMEZONE); in insertWorkEvent()
1167 public static final String EVENT_TIMEZONE = "eventTimezone"; field1488 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, EVENT_TIMEZONE); in getEntityAndIncrementCursor()
71 Instances.EVENT_TIMEZONE, // 4
178 Events.EVENT_TIMEZONE, // 7 do not remove; used in DeleteEventHelper
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
33581 field public static final String EVENT_TIMEZONE = "eventTimezone";
23472 field public static final java.lang.String EVENT_TIMEZONE = "eventTimezone";