Searched refs:configurationListenerArgumentCaptor (Results 1 – 3 of 3) sorted by relevance
70 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onAttachedToWindow_registersConfigurationCallback() local74 verify(mConfigurationController).addCallback(configurationListenerArgumentCaptor.capture()); in onAttachedToWindow_registersConfigurationCallback()78 eq(configurationListenerArgumentCaptor.getValue())); in onAttachedToWindow_registersConfigurationCallback()
88 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onLocaleListChangedNotifiesClockSwitchController() local92 verify(mConfigurationController).addCallback(configurationListenerArgumentCaptor.capture()); in onLocaleListChangedNotifiesClockSwitchController()94 configurationListenerArgumentCaptor.getValue().onLocaleListChanged(); in onLocaleListChangedNotifiesClockSwitchController()
632 val configurationListenerArgumentCaptor = in <lambda>() constant635 verify(configurationController).addCallback(configurationListenerArgumentCaptor.capture()) in <lambda>()637 configurationListenerArgumentCaptor.value.onDensityOrFontScaleChanged() in <lambda>()651 val configurationListenerArgumentCaptor = in <lambda>() constant654 verify(configurationController).addCallback(configurationListenerArgumentCaptor.capture()) in <lambda>()655 configurationListenerArgumentCaptor.value.onThemeChanged() in <lambda>()661 val configurationListenerArgumentCaptor = in <lambda>() constant664 verify(configurationController).addCallback(configurationListenerArgumentCaptor.capture()) in <lambda>()665 configurationListenerArgumentCaptor.value.onUiModeChanged() in <lambda>()