Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardMessageAreaControllerTest.java70 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onAttachedToWindow_registersConfigurationCallback() local
74 verify(mConfigurationController).addCallback(configurationListenerArgumentCaptor.capture()); in onAttachedToWindow_registersConfigurationCallback()
78 eq(configurationListenerArgumentCaptor.getValue())); in onAttachedToWindow_registersConfigurationCallback()
DKeyguardStatusViewControllerTest.java88 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onLocaleListChangedNotifiesClockSwitchController() local
92 verify(mConfigurationController).addCallback(configurationListenerArgumentCaptor.capture()); in onLocaleListChangedNotifiesClockSwitchController()
94 configurationListenerArgumentCaptor.getValue().onLocaleListChanged(); in onLocaleListChangedNotifiesClockSwitchController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityContainerControllerTest.kt632 val configurationListenerArgumentCaptor = in <lambda>() constant
635 verify(configurationController).addCallback(configurationListenerArgumentCaptor.capture()) in <lambda>()
637 configurationListenerArgumentCaptor.value.onDensityOrFontScaleChanged() in <lambda>()
651 val configurationListenerArgumentCaptor = in <lambda>() constant
654 verify(configurationController).addCallback(configurationListenerArgumentCaptor.capture()) in <lambda>()
655 configurationListenerArgumentCaptor.value.onThemeChanged() in <lambda>()
661 val configurationListenerArgumentCaptor = in <lambda>() constant
664 verify(configurationController).addCallback(configurationListenerArgumentCaptor.capture()) in <lambda>()
665 configurationListenerArgumentCaptor.value.onUiModeChanged() in <lambda>()