Lines Matching refs:mMilliTime
68 private long mMilliTime; field in CalendarViewAdapter
292 mMilliTime = time; in setTime()
301 t.set(mMilliTime); in buildDayOfWeek()
302 long julianDay = Time.getJulianDay(mMilliTime,t.gmtoff); in buildDayOfWeek()
308 DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildDayOfWeek()
312 DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildDayOfWeek()
316 DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildDayOfWeek()
319 dayOfWeek = DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildDayOfWeek()
333 String date = DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildFullDate()
343 mMilliTime, in buildMonthYearDate()
344 mMilliTime, in buildMonthYearDate()
352 String date = DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildMonthDayDate()
362 mMilliTime, in buildMonthDate()
363 mMilliTime, in buildMonthDate()
374 t.set(mMilliTime); in buildWeekDate()
405 int week = Utils.getWeekNumberFromTime(mMilliTime, mContext); in buildWeekNum()