Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardMessageAreaControllerTest.java66 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onAttachedToWindow_registersConfigurationCallback() local
70 verify(mConfigurationController).addCallback(configurationListenerArgumentCaptor.capture()); in onAttachedToWindow_registersConfigurationCallback()
74 eq(configurationListenerArgumentCaptor.getValue())); in onAttachedToWindow_registersConfigurationCallback()
H A DKeyguardSecurityContainerControllerTest.kt587 val configurationListenerArgumentCaptor = regex
590 verify(configurationController).addCallback(configurationListenerArgumentCaptor.capture())
592 configurationListenerArgumentCaptor.value.onDensityOrFontScaleChanged()
606 val configurationListenerArgumentCaptor = regex
610 configurationListenerArgumentCaptor.value.onThemeChanged()
616 val configurationListenerArgumentCaptor = regex
620 configurationListenerArgumentCaptor.value.onUiModeChanged()
628 val configurationListenerArgumentCaptor = regex
633 configurationListenerArgumentCaptor.value.onOrientationChanged(
651 val configurationListenerArgumentCaptor = regex
[all …]
H A DKeyguardStatusViewControllerTest.java66 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onLocaleListChangedNotifiesClockSwitchController() local
70 verify(mConfigurationController).addCallback(configurationListenerArgumentCaptor.capture()); in onLocaleListChangedNotifiesClockSwitchController()
72 configurationListenerArgumentCaptor.getValue().onLocaleListChanged(); in onLocaleListChangedNotifiesClockSwitchController()