Searched refs:configListener (Results 1 – 4 of 4) sorted by relevance
138 lateinit var configListener: ArgumentCaptor<ConfigurationController.ConfigurationListener> variable in com.android.systemui.media.controls.ui.controller.MediaCarouselControllerTest186 verify(configurationController).addCallback(capture(configListener)) in setup()741 testConfigurationChange { configListener.value.onConfigChanged(Configuration()) } in testOnConfigChanged_playersAreAddedBack()746 testConfigurationChange(configListener.value::onUiModeChanged) in testOnUiModeChanged_playersAreAddedBack()755 testConfigurationChange(configListener.value::onDensityOrFontScaleChanged) in testOnDensityOrFontScaleChanged_playersAreAddedBack()765 testConfigurationChange(configListener.value::onThemeChanged) in testOnThemeChanged_playersAreAddedBack()775 testConfigurationChange(configListener.value::onLocaleListChanged) in testOnLocaleListChanged_playersAreAddedBack()781 testConfigurationChange(configListener.value::onLocaleListChanged) in testOnLocaleListChanged_playersAreAddedBack()
177 private val configListener = in <lambda>() constant in com.android.systemui.media.controls.domain.pipeline.MediaDeviceManager.Entry198 configurationController.addCallback(configListener) in <lambda>()213 configurationController.removeCallback(configListener) in <lambda>()
302 private val configListener = in <lambda>() constant429 configurationController.addCallback(configListener) in <lambda>()465 configurationController.removeCallback(configListener) in <lambda>()
258 private val configListener = in <lambda>() constant349 configurationController.addCallback(configListener) in <lambda>()