Home | History | Annotate | Download | only in widget

Lines Matching refs:timeZone

34 import java.util.TimeZone;
251 public CalendarAppWidgetModel(Context context, String timeZone) {
253 Time time = new Time(timeZone);
263 public void buildFromCursor(Cursor cursor, String timeZone) {
264 final Time recycle = new Time(timeZone);
271 mShowTZ = !TextUtils.equals(timeZone, Time.getCurrentTimezone());
273 mHomeTZName = TimeZone.getTimeZone(timeZone).getDisplayName(recycle.isDst != 0,
274 TimeZone.SHORT);
296 // Adjust all-day times into local timezone