Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt129 private val configChangeListener = object : ConfigurationController.ConfigurationListener { regex
240 configurationController.addCallback(configChangeListener)
268 configurationController.removeCallback(configChangeListener)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt119 private lateinit var configChangeListener: ConfigurationListener
289 configChangeListener.onThemeChanged()
432 verify(configurationController).removeCallback(configChangeListener)
490 configChangeListener = configChangeListenerCaptor.value