Searched refs:EVENT_TIMEZONE (Results 1 – 5 of 5) sorted by relevance
149 assertEquals(tzid, values.get(android.provider.CalendarContract.Events.EVENT_TIMEZONE)); in verifyPopulateContentValues()
244 values.put(CalendarContract.Events.EVENT_TIMEZONE, tzid); in populateContentValues()261 int tzidColumn = cursor.getColumnIndex(CalendarContract.Events.EVENT_TIMEZONE); in populateComponent()332 final String tzid = values.getAsString(CalendarContract.Events.EVENT_TIMEZONE); in populateComponent()
1054 public static final String EVENT_TIMEZONE = "eventTimezone"; field1375 DatabaseUtils.cursorStringToContentValuesIfPresent(cursor, cv, EVENT_TIMEZONE); in getEntityAndIncrementCursor()
428 <td>{@link android.provider.CalendarContract.EventsColumns#EVENT_TIMEZONE}</td>515 android.provider.CalendarContract.EventsColumns#EVENT_TIMEZONE}. To get a list565 values.put(Events.EVENT_TIMEZONE, "America/Los_Angeles");
19422 field public static final java.lang.String EVENT_TIMEZONE = "eventTimezone";