Searched refs:mDateFormat (Results 1 – 3 of 3) sorted by relevance
38 private DateFormat mDateFormat = new SimpleDateFormat(); field in UsageListAdapter83 viewHolder.getLastTimeUsed().setText(mDateFormat.format(new Date(lastTimeUsed))); in onBindViewHolder()
48 private DateFormat mDateFormat; field in AlarmAdapter58 mDateFormat = new SimpleDateFormat("MMM dd", Locale.getDefault()); in AlarmAdapter()80 .setText(mDateFormat.format(alarmTime.getTime())); in onBindViewHolder()
161 java.text.DateFormat mDateFormat; field in DigitalWatchFaceService.Engine269 mDateFormat = DateFormat.getDateFormat(DigitalWatchFaceService.this); in initFormats()270 mDateFormat.setCalendar(mCalendar); in initFormats()514 mDateFormat.format(mDate), in onDraw()