Searched refs:mClockFormat (Results 1 – 2 of 2) sorted by relevance
54 private SimpleDateFormat mClockFormat; field in Clock116 if (mClockFormat != null) {117 mClockFormat.setTimeZone(mCalendar.getTimeZone());177 mClockFormat = sdf = new SimpleDateFormat(format); in getSmallTime()180 sdf = mClockFormat; in getSmallTime()
53 private SimpleDateFormat mClockFormat; field in HoloClock140 if (mClockFormat != null) {141 mClockFormat.setTimeZone(mCalendar.getTimeZone());167 mClockFormat = sdf = new SimpleDateFormat(format); in getTimeText()170 sdf = mClockFormat; in getTimeText()