Searched defs:mTZUpdater (Results 1 - 9 of 9) sorted by last modified time

/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));
2007 mTZUpdater.run();
2014 Time weekStart = new Time(Utils.getTimeZone(mContext, mTZUpdater));
H A DEventInfoFragment.java359 private final Runnable mTZUpdater = new Runnable() { field in class:EventInfoFragment
1177 String localTimezone = Utils.getTimeZone(mActivity, mTZUpdater);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaAdapter.java56 private final Runnable mTZUpdater = new Runnable() { field in class:AgendaAdapter
199 String tzString = Utils.getTimeZone(context, mTZUpdater);
H A DAgendaByDayAdapter.java65 private final Runnable mTZUpdater = new Runnable() { field in class:AgendaByDayAdapter
80 mTimeZone = Utils.getTimeZone(context, mTZUpdater);
211 String tz = Utils.getTimeZone(mContext, mTZUpdater);
H A DAgendaFragment.java79 private final Runnable mTZUpdater = new Runnable() { field in class:AgendaFragment
111 mTimeZone = Utils.getTimeZone(activity, mTZUpdater);
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 DAgendaWindowAdapter.java198 private final Runnable mTZUpdater = new Runnable() { field in class:AgendaWindowAdapter
340 mTimeZone = Utils.getTimeZone(context, mTZUpdater);
1261 mTZUpdater.run();
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java94 private final Runnable mTZUpdater = new Runnable() { field in class:MonthByWeekFragment
97 String tz = Utils.getTimeZone(mContext, mTZUpdater);
213 mTZUpdater.run();
355 mTZUpdater.run();

Completed in 52 milliseconds