Searched defs:mClockFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java55 private SimpleDateFormat mClockFormat; field in class:Clock
117 if (mClockFormat != null) {
118 mClockFormat.setTimeZone(mCalendar.getTimeZone());
177 mClockFormat = sdf = new SimpleDateFormat(format);
180 sdf = mClockFormat;

Completed in 38 milliseconds