Lines Matching refs:timezone

515         // Constructor for normal events, using the default timezone
521 // Constructor for normal events, specifying the timezone
523 boolean allDay, String timezone) {
524 init(title, startDate, endDate, allDay, timezone);
528 boolean allDay, String timezone) {
532 time.timezone = Time.TIMEZONE_UTC;
533 } else if (timezone != null) {
534 time.timezone = timezone;
536 mTimezone = time.timezone;
549 // Constructor for repeating events, using the default timezone
555 // Constructor for repeating events, specifying the timezone
557 String rrule, boolean allDay, String timezone) {
558 init(title, description, startDate, endDate, rrule, allDay, timezone);
562 String rrule, boolean allDay, String timezone) {
567 time.timezone = Time.TIMEZONE_UTC;
568 } else if (timezone != null) {
569 time.timezone = timezone;
571 mTimezone = time.timezone;
592 // Constructor for recurrence exceptions, using the default timezone
603 boolean allDay, String timezone, String customPackageName,
606 Time time = new Time(timezone);
612 init(title, description, startDate, endDate, null /* rrule */, allDay, timezone);
1065 private int insertCal(String name, String timezone) {
1066 return insertCal(name, timezone, DEFAULT_ACCOUNT);
1074 private int insertCal(String name, String timezone, String account) {
1079 m.put(Calendars.CALENDAR_TIME_ZONE, timezone);
1285 String timezone = cursor.getString(6);
1304 if (!values.containsKey(Events.EVENT_TIMEZONE) && timezone != null) {
1305 values.put(Events.EVENT_TIMEZONE, timezone);
2872 // check timezone database version