Home
last modified time | relevance | path

Searched defs:configurationController (Results 1 – 25 of 103) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/colorextraction/
DSysuiColorExtractor.java55 ConfigurationController configurationController, in SysuiColorExtractor()
72 ConfigurationController configurationController, in SysuiColorExtractor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/display/data/repository/
DDisplayMetricsRepositoryTest.kt43 private val configurationController = FakeConfigurationController() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIBottomSheetDialog.kt53 private val configurationController: ConfigurationController, constant
117 private val configurationController: ConfigurationController, constant in Factory
146 private val configurationController: ConfigurationController, in create() constant in WindowLayout.LimitedEdgeToEdge
DConfigurationControllerStartable.kt29 private val configurationController: ConfigurationController, constant in com.android.systemui.statusbar.phone.ConfigurationControllerStartable
DTapAgainViewController.java59 ConfigurationController configurationController, in TapAgainViewController()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
DConfigurationControllerKosmos.kt21 var Kosmos.configurationController: ConfigurationController by variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DSystemUIBottomSheetDialogTest.kt47 private val configurationController = mock<ConfigurationController>() constant
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardMessageAreaController.java120 ConfigurationController configurationController) { in KeyguardMessageAreaController()
224 ConfigurationController configurationController) { in Factory()
DEmergencyButtonController.java93 ConfigurationController configurationController, in EmergencyButtonController()
226 public Factory(ConfigurationController configurationController, in Factory()
DKeyguardSliceViewController.java118 ConfigurationController configurationController, in KeyguardSliceViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSplitShadeLockScreenOverScrollerTest.kt31 private val configurationController = FakeConfigurationController() constant
DLockscreenShadeQsTransitionControllerTest.kt42 private val configurationController = FakeConfigurationController() constant in com.android.systemui.statusbar.LockscreenShadeQsTransitionControllerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/data/repository/
DKeyguardStatusBarRepositoryImplTest.kt37 private val configurationController = mock<ConfigurationController>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterViewController.java139 ConfigurationController configurationController, in BatteryMeterViewController()
259 ConfigurationController configurationController, in Factory()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/colorextraction/
DSysuiColorExtractorTests.java109 ConfigurationController configurationController = mock(ConfigurationController.class); in onUiModeChanged_reloadsColors() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSContainerImplController.java68 ConfigurationController configurationController, in QSContainerImplController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/transition/
DLargeScreenShadeInterpolatorImplTest.kt21 private val configurationController = FakeConfigurationController() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dagger/
DVolumeModule.java107 ConfigurationController configurationController, in provideVolumeDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUiModeNightTile.java81 ConfigurationController configurationController, in UiModeNightTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentService.java67 ConfigurationController configurationController, in FragmentService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/
DConfigurationState.kt40 private val configurationController: ConfigurationController, constant in com.android.systemui.common.ui.ConfigurationState
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationModeController.java102 ConfigurationController configurationController, in NavigationModeController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DOpenHubComplication.java175 ConfigurationController configurationController, in OpenHubChipViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DHideNotificationsInteractorTest.kt61 private val configurationController = FakeConfigurationController() constant in com.android.systemui.statusbar.notification.stack.domain.interactor.HideNotificationsInteractorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DEmergencyButtonControllerTest.kt52 @Mock lateinit var configurationController: ConfigurationController variable in com.android.keyguard.EmergencyButtonControllerTest

12345