Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardClockRepository.kt64 override fun onCurrentClockChanged() {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerTest.java101 listenerArgumentCaptor.getValue().onCurrentClockChanged(); in testPluginPassesStatusBarState()
241 listenerArgumentCaptor.getValue().onCurrentClockChanged(); in testChangeClockDateWeatherEnabled_SetsDateWeatherViewVisibility()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
H A DClockRegistryTest.kt325 override fun onCurrentClockChanged() { changeCallCount++ }
374 override fun onCurrentClockChanged() { changeCallCount++ }
396 override fun onCurrentClockChanged() { changeCallCount++ }
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DClockRegistry.kt125 fun onCurrentClockChanged() {} regex
404 clockChangeListeners.forEach { it.onCurrentClockChanged() }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt392 override fun onCurrentClockChanged() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java180 public void onCurrentClockChanged() { in KeyguardClockSwitchController()