Lines Matching refs:mMilliTime
68 private long mMilliTime; field in CalendarViewAdapter
306 mMilliTime = time; in setTime()
315 t.set(mMilliTime); in buildDayOfWeek()
316 long julianDay = Time.getJulianDay(mMilliTime,t.gmtoff); in buildDayOfWeek()
322 DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildDayOfWeek()
326 DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildDayOfWeek()
330 DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildDayOfWeek()
333 dayOfWeek = DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildDayOfWeek()
347 String date = DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildFullDate()
357 mMilliTime, in buildMonthYearDate()
358 mMilliTime, in buildMonthYearDate()
366 String date = DateUtils.formatDateRange(mContext, mFormatter, mMilliTime, mMilliTime, in buildMonthDayDate()
376 mMilliTime, in buildMonthDate()
377 mMilliTime, in buildMonthDate()
389 t.set(mMilliTime); in buildWeekDate()
420 int week = Utils.getWeekNumberFromTime(mMilliTime, mContext); in buildWeekNum()