Searched refs:configurationListenerArgumentCaptor (Results 1 – 3 of 3) sorted by relevance
66 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onAttachedToWindow_registersConfigurationCallback() local70 verify(mConfigurationController).addCallback(configurationListenerArgumentCaptor.capture()); in onAttachedToWindow_registersConfigurationCallback()74 eq(configurationListenerArgumentCaptor.getValue())); in onAttachedToWindow_registersConfigurationCallback()
587 val configurationListenerArgumentCaptor = regex590 verify(configurationController).addCallback(configurationListenerArgumentCaptor.capture())592 configurationListenerArgumentCaptor.value.onDensityOrFontScaleChanged()606 val configurationListenerArgumentCaptor = regex610 configurationListenerArgumentCaptor.value.onThemeChanged()616 val configurationListenerArgumentCaptor = regex620 configurationListenerArgumentCaptor.value.onUiModeChanged()628 val configurationListenerArgumentCaptor = regex633 configurationListenerArgumentCaptor.value.onOrientationChanged(651 val configurationListenerArgumentCaptor = regex[all …]
66 ArgumentCaptor<ConfigurationListener> configurationListenerArgumentCaptor = in onLocaleListChangedNotifiesClockSwitchController() local70 verify(mConfigurationController).addCallback(configurationListenerArgumentCaptor.capture()); in onLocaleListChangedNotifiesClockSwitchController()72 configurationListenerArgumentCaptor.getValue().onLocaleListChanged(); in onLocaleListChangedNotifiesClockSwitchController()