Home | History | Annotate | Download | only in agenda

Lines Matching defs:mTimeZone

52     private String mTimeZone;
67 mTimeZone = Utils.getTimeZone(mContext, this);
68 mTmpTime = new Time(mTimeZone);
79 mTimeZone = Utils.getTimeZone(context, mTZUpdater);
80 mTmpTime = new Time(mTimeZone);
216 mTimeZone = tz;
237 flags, mTimeZone).toString();
303 Time tempTime = new Time(mTimeZone);
317 startTime = Utils.convertAlldayUtcToLocal(tempTime, startTime, mTimeZone);
318 endTime = Utils.convertAlldayUtcToLocal(tempTime, endTime, mTimeZone);
355 info.mEventStartTimeMilli, mTimeZone);
383 long nextMidnight = Utils.getNextMidnight(tempTime, startTime, mTimeZone);
420 mTimeZone);