Home
last modified time | relevance | path

Searched refs:configChangeListener (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt219 private val configChangeListener = object : ConfigurationController.ConfigurationListener { regex
432 configurationController.addCallback(configChangeListener)
474 configurationController.removeCallback(configChangeListener)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt175 private lateinit var configChangeListener: ConfigurationListener
376 configChangeListener.onThemeChanged()
390 configChangeListener.onThemeChanged()
792 verify(configurationController).removeCallback(configChangeListener)
907 configChangeListener = configChangeListenerCaptor.value