Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A 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()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextClock.java139 private CharSequence mDescFormat; field in TextClock
526 mDescFormat = abc(mDescFormat24, mDescFormat12, mFormat); in chooseFormat()
529 mDescFormat = abc(mDescFormat12, mDescFormat24, mFormat); in chooseFormat()
661 setContentDescription(DateFormat.format(mDescFormat, mTime)); in onTimeChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DAnimatableClockView.java54 private CharSequence mDescFormat; field in AnimatableClockView
138 setContentDescription(DateFormat.format(mDescFormat, mTime)); in refreshTime()
282 mDescFormat = use24HourFormat ? Patterns.sClockView24 : Patterns.sClockView12; in refreshFormat()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DAnalogClock.kt70 private val mDescFormat = regex
136 contentDescription = DateFormat.format(mDescFormat, mTime)
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73560 Landroid/widget/TextClock;->mDescFormat:Ljava/lang/CharSequence;