Searched refs:mTZUpdater (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDayFragment.java59 private final Runnable mTZUpdater = new Runnable() { field in class:DayFragment
65 String tz = Utils.getTimeZone(getActivity(), mTZUpdater);
114 mTZUpdater.run();
128 mTZUpdater.run();
H A DDayView.java199 private final Runnable mTZUpdater = new Runnable() { field in class:DayView
798 mCurrentTime = new Time(Utils.getTimeZone(context, mTZUpdater));
899 mBaseDate = new Time(Utils.getTimeZone(context, mTZUpdater));
2009 mTZUpdater.run();
2016 Time weekStart = new Time(Utils.getTimeZone(mContext, mTZUpdater));
H A DEventInfoFragment.java414 private final Runnable mTZUpdater = new Runnable() { field in class:EventInfoFragment
1524 String localTimezone = Utils.getTimeZone(mActivity, mTZUpdater);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaListView.java55 private final Runnable mTZUpdater = new Runnable() { field in class:AgendaListView
91 mTimeZone = Utils.getTimeZone(context, mTZUpdater);
421 mTZUpdater.run();
H A DAgendaAdapter.java56 private final Runnable mTZUpdater = new Runnable() { field in class:AgendaAdapter
199 String tzString = Utils.getTimeZone(context, mTZUpdater);
H A DAgendaByDayAdapter.java64 private final Runnable mTZUpdater = new Runnable() { field in class:AgendaByDayAdapter
79 mTimeZone = Utils.getTimeZone(context, mTZUpdater);
214 String tz = Utils.getTimeZone(mContext, mTZUpdater);
H A DAgendaFragment.java81 private final Runnable mTZUpdater = new Runnable() { field in class:AgendaFragment
113 mTimeZone = Utils.getTimeZone(activity, mTZUpdater);
H A DAgendaWindowAdapter.java200 private final Runnable mTZUpdater = new Runnable() { field in class:AgendaWindowAdapter
349 mTimeZone = Utils.getTimeZone(context, mTZUpdater);
1301 mTZUpdater.run();
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java116 private final Runnable mTZUpdater = new Runnable() { field in class:MonthByWeekFragment
119 String tz = Utils.getTimeZone(mContext, mTZUpdater);
235 mTZUpdater.run();
379 mTZUpdater.run();

Completed in 207 milliseconds