Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DClock.java95 private String mContentDescriptionFormatString; field in Clock
213 mContentDescriptionFormatString = ""; in onAttachedToWindow()
266 mContentDescriptionFormatString = "";
449 if (!format.equals(mContentDescriptionFormatString)) { in getSmallTime()
450 mContentDescriptionFormatString = format; in getSmallTime()