Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
H A DDefaultClockProviderTest.kt130 verify(mockSmallClockView).refreshFormat(true)
131 verify(mockLargeClockView).refreshFormat(true)
197 verify(mockSmallClockView, times(2)).refreshFormat()
198 verify(mockLargeClockView, times(2)).refreshFormat()
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DAnimatableClockView.kt132 refreshFormat()
138 refreshFormat()
177 refreshFormat()
441 fun refreshFormat() = refreshFormat(DateFormat.is24HourFormat(context)) regex
442 fun refreshFormat(use24HourFormat: Boolean) { regex
H A DDefaultClockController.kt215 clocks.forEach { it.refreshFormat(is24Hr) }
241 clocks.forEach { it.refreshFormat() }