Searched refs:smallClockEvents (Results 1 – 1 of 1) sorted by relevance
101 @Mock private lateinit var smallClockEvents: ClockFaceEvents variable in com.android.keyguard.ClockEventControllerTest121 whenever(smallClockController.events).thenReturn(smallClockEvents) in setUp()180 verify(smallClockEvents).onRegionDarknessChanged(anyBoolean()) in themeChanged_verifyClockPaletteUpdated()197 verify(smallClockEvents, times(2)).onFontSettingChanged(anyFloat()) in fontChanged_verifyFontSizeUpdated()