Searched refs:mClockFormat (Results 1 – 1 of 1) sorted by relevance
96 private SimpleDateFormat mClockFormat; field in Clock256 if (mClockFormat != null) {257 mClockFormat.setTimeZone(mCalendar.getTimeZone());482 mClockFormat = new SimpleDateFormat(format); in getSmallTime()484 String result = mClockFormat.format(mCalendar.getTime()); in getSmallTime()