HomeSort by relevance Sort by last modified time
    Searched full:mclockformat (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 63 private SimpleDateFormat mClockFormat;
144 if (mClockFormat != null) {
145 mClockFormat.setTimeZone(mCalendar.getTimeZone());
243 mClockFormat = sdf = new SimpleDateFormat(format);
246 sdf = mClockFormat;

Completed in 62 milliseconds