Home
last modified time | relevance | path

Searched defs:ConfigurationController (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DConfigurationControllerExt.kt26 val ConfigurationController.onDensityOrFontScaleChanged: Flow<Unit> constant
43 val ConfigurationController.onThemeChanged: Flow<Unit> constant
60 val ConfigurationController.onConfigChanged: Flow<Configuration> constant
DConfigurationController.java26 public interface ConfigurationController extends CallbackController<ConfigurationListener>, interface
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DConfigurationControllerKosmos.kt29 val ConfigurationController.fake constant
/frameworks/base/core/java/android/app/
DConfigurationController.java48 class ConfigurationController { class
60 ConfigurationController(@NonNull ActivityThreadInternal activityThread) { in ConfigurationController() method in ConfigurationController
/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/
DShadeDisplayAwareDetectorTest.kt101 class ConfigurationController in getDetector() class