Searched refs:mSmallClockController (Results 1 – 2 of 2) sorted by relevance
92 protected ClockFaceController mSmallClockController; field in KeyguardClockSwitchControllerBaseTest187 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()
236 when(mSmallClockController.getConfig()) in testChangeClockDateWeatherEnabled_SetsDateWeatherViewVisibility()