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.java98 private SimpleDateFormat mContentDescriptionFormat; field in Clock
315 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime())); in updateClock()
452 mContentDescriptionFormat = new SimpleDateFormat(format); in getSmallTime()
532 setContentDescription(mContentDescriptionFormat.format(mCalendar.getTime())); in dispatchDemoCommand()