Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerBaseTest.java92 protected ClockFaceController mSmallClockController; field in KeyguardClockSwitchControllerBaseTest
187 when(mSmallClockController.getView()).thenReturn(mSmallClockView); in setup()
189 when(mClockController.getSmallClock()).thenReturn(mSmallClockController); in setup()
191 when(mSmallClockController.getEvents()).thenReturn(mClockFaceEvents); in setup()
194 when(mSmallClockController.getAnimations()).thenReturn(mClockAnimations); in setup()
197 when(mSmallClockController.getConfig()) in setup()
H A DKeyguardClockSwitchControllerTest.java236 when(mSmallClockController.getConfig()) in testChangeClockDateWeatherEnabled_SetsDateWeatherViewVisibility()