Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DClock.java87 private SimpleDateFormat mContentDescriptionFormat; field in Clock
285 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime())); in updateClock()
386 mContentDescriptionFormat = new SimpleDateFormat(format); in getSmallTime()
474 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime())); in dispatchDemoCommand()