Home | History | Annotate | Download | only in agenda

Lines Matching refs:Utils

32 import com.android.calendar.Utils;
67 mTimeZone = Utils.getTimeZone(mContext, this);
79 mTimeZone = Utils.getTimeZone(context, mTZUpdater);
214 String tz = Utils.getTimeZone(mContext, mTZUpdater);
228 String dayViewText = Utils.getDayOfWeekString(row.mDay, mTodayJulianDay, millis,
317 startTime = Utils.convertAlldayUtcToLocal(tempTime, startTime, mTimeZone);
318 endTime = Utils.convertAlldayUtcToLocal(tempTime, endTime, mTimeZone);
354 long nextMidnight = Utils.getNextMidnight(tempTime,
383 long nextMidnight = Utils.getNextMidnight(tempTime, startTime, mTimeZone);
419 long nextMidnight = Utils.getNextMidnight(tempTime, info.mEventStartTimeMilli,