Lines Matching defs:timezone

464      * Listens for timezone changes and disk-no-longer-full events
595 * This creates a background thread to check the timezone and update
596 * the timezone dependent fields in the Instances table if the timezone
621 * This method runs in a background thread. If the timezone has changed
627 // Nothing to do if we have the "home" timezone type (timezone is sticky)
631 // We are here in "auto" mode, the timezone is coming from the device
637 // Even if the timezone hasn't changed, check for missed alarms.
698 private long get2445ToMillis(String timezone, String dt2445) {
705 Time time = (timezone != null) ? new Time(timezone) : new Time();
718 String timezone, String dtStart2445, String dtEnd2445) {
721 values.put(Events.DTSTART, get2445ToMillis(timezone, dtStart2445));
722 values.put(Events.DTEND, get2445ToMillis(timezone, dtEnd2445));
738 Log.e(TAG, "Could not write timezone database version in the cache");
772 // The database timezone is different from the current timezone.
1053 * @param instancesTimezone timezone we need to use for computing the instances
1054 * @param isHomeTimezone if true, we are in the "home" timezone
1312 * @param instancesTimezone timezone we need to use for computing the instances
1313 * @param isHomeTimezone if true, we are in the "home" timezone
1336 * @param instancesTimezone timezone we need to use for computing the instances
1337 * @param isHomeTimezone if true, we are in the "home" timezone
1366 // Check if the timezone has changed.
1395 + " timezone changed: " + timezoneChanged);
1616 dtstart.timezone = values.getAsString(Events.EVENT_TIMEZONE);
1655 untilTime.timezone = Time.TIMEZONE_UTC;
1668 dtstart.timezone = Time.TIMEZONE_UTC;
2884 // floating timezone
2944 String timezone = values.getAsString(Events.EVENT_TIMEZONE);
2952 if (allDay || TextUtils.isEmpty(timezone)) {
2953 // floating timezone
2954 timezone = Time.TIMEZONE_UTC;
2957 Time time = new Time(timezone);
4058 // Before it may be changed, save current Instances timezone for later use
4062 // of timezone Instances)
4066 // if the timezone type is set to "home", set the Instances
4067 // timezone to the previous
4068 // if the timezone type is set to "auto", set the Instances
4069 // timezone to the current
4071 // if the timezone Instances is set AND if we are in "home"
4072 // timezone type, then save the timezone Instance into
4075 // If we are changing timezone type...
4079 // if we are setting timezone type to "home"
4086 // Regenerate Instances if the "home" timezone has changed
4093 // if we are setting timezone type to "auto"
4104 // If we are changing timezone Instances...
4106 // if we are in "home" timezone type...
4111 // Recompute Instances if the "home" timezone has changed