Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerBaseTest.java94 protected ClockAnimations mClockAnimations; field in KeyguardClockSwitchControllerBaseTest
193 when(mLargeClockController.getAnimations()).thenReturn(mClockAnimations); in setup()
194 when(mSmallClockController.getAnimations()).thenReturn(mClockAnimations); in setup()