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

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

Completed in 95 milliseconds