Home
last modified time | relevance | path

Searched refs:mClockFormat (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java96 private SimpleDateFormat mClockFormat; field in Clock
256 if (mClockFormat != null) {
257 mClockFormat.setTimeZone(mCalendar.getTimeZone());
482 mClockFormat = new SimpleDateFormat(format); in getSmallTime()
484 String result = mClockFormat.format(mCalendar.getTime()); in getSmallTime()