Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisabler.kt35 configController: ConfigurationController
47 configController.addCallback(this)
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java452 ConfigurationController configController = mSysUIComponent.getConfigurationController(); in onConfigurationChanged() local
456 configController.getClass().getSimpleName() + ".onConfigurationChanged()"); in onConfigurationChanged()
458 configController.onConfigurationChanged(newConfig); in onConfigurationChanged()