Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DImageClock.java41 private String mDescFormat; field in ImageClock
54 mDescFormat = ((SimpleDateFormat) DateFormat.getTimeFormat(context)).toLocalizedPattern(); in ImageClock()
66 setContentDescription(DateFormat.format(mDescFormat, mTime)); in onTimeChanged()
/frameworks/base/core/java/android/widget/
DTextClock.java135 private CharSequence mDescFormat; field in TextClock
509 mDescFormat = abc(mDescFormat24, mDescFormat12, mFormat); in chooseFormat()
512 mDescFormat = abc(mDescFormat12, mDescFormat24, mFormat); in chooseFormat()
650 setContentDescription(DateFormat.format(mDescFormat, mTime)); in onTimeChanged()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt84666 Landroid/widget/TextClock;->mDescFormat:Ljava/lang/CharSequence;