Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java97 private SimpleDateFormat mContentDescriptionFormat; field in Clock
314 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime())); in updateClock()
451 mContentDescriptionFormat = new SimpleDateFormat(format); in getSmallTime()
531 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime())); in dispatchDemoCommand()