Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextTime.java33 private String mContentDescriptionFormat; field in TextTime
111 mContentDescriptionFormat = mFormat.toString(); in chooseFormat()
159 if (mContentDescriptionFormat != null) { in updateTime()
160 setContentDescription(DateFormat.format(mContentDescriptionFormat, calendar)); in updateTime()