Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java92 private SimpleDateFormat mContentDescriptionFormat; field in Clock
290 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime())); in updateClock()
380 mContentDescriptionFormat = new SimpleDateFormat(format); in getSmallTime()
463 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime())); in dispatchDemoCommand()