Home
last modified time | relevance | path

Searched refs:ConfigurationControllerImpl (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImplTest.kt43 private lateinit var mConfigurationController: ConfigurationControllerImpl
47 mConfigurationController = ConfigurationControllerImpl(mContext)
132 mConfigurationController = ConfigurationControllerImpl(mContext)
149 mConfigurationController = ConfigurationControllerImpl(mContext)
H A DHeadsUpManagerPhoneTest.java70 @Mock private ConfigurationControllerImpl mConfigurationController;
H A DStatusBarContentInsetsProviderTest.kt66 configurationController = ConfigurationControllerImpl(contextMock)
H A DCentralSurfacesImplTest.java428 ConfigurationController configurationController = new ConfigurationControllerImpl(mContext); in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
H A DMediaProjectionAppSelectorComponent.kt41 import com.android.systemui.statusbar.phone.ConfigurationControllerImpl
129 ): ConfigurationController = ConfigurationControllerImpl(activity)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/dagger/
H A DStatusBarPolicyModule.java33 import com.android.systemui.statusbar.phone.ConfigurationControllerImpl;
97 ConfigurationController bindConfigurationController(ConfigurationControllerImpl impl); in bindConfigurationController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DConfigurationControllerImpl.kt28 class ConfigurationControllerImpl @Inject constructor(context: Context) : ConfigurationController { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaViewControllerTest.kt52 com.android.systemui.statusbar.phone.ConfigurationControllerImpl(context)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java149 import com.android.systemui.statusbar.phone.ConfigurationControllerImpl;
527 mConfigurationController = new ConfigurationControllerImpl(mContext); in setup()
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt400 -packages/SystemUI/src/com/android/systemui/statusbar/phone/ConfigurationControllerImpl.kt