Home
last modified time | relevance | path

Searched defs:sensorPrivacyController (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCameraToggleTile.java63 IndividualSensorPrivacyController sensorPrivacyController, in CameraToggleTile()
DMicrophoneToggleTile.java63 IndividualSensorPrivacyController sensorPrivacyController, in MicrophoneToggleTile()
DSensorPrivacyToggleTile.java86 IndividualSensorPrivacyController sensorPrivacyController, in SensorPrivacyToggleTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/sensorprivacy/domain/
DSensorPrivacyToggleTileUserActionInteractor.kt43 private val sensorPrivacyController: IndividualSensorPrivacyController, constant in com.android.systemui.qs.tiles.impl.sensorprivacy.domain.SensorPrivacyToggleTileUserActionInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java138 IndividualSensorPrivacyController sensorPrivacyController, in AmbientStatusBarViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/
DSensorUseStartedActivity.kt54 private val sensorPrivacyController: IndividualSensorPrivacyController, in <lambda>() constant in com.android.systemui.sensorprivacy.SensorUseStartedActivity
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicyTest.kt108 @Mock private lateinit var sensorPrivacyController: SensorPrivacyController variable in com.android.systemui.statusbar.phone.PhoneStatusBarPolicyTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java161 IndividualSensorPrivacyController sensorPrivacyController, in AppOpsControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java185 SensorPrivacyController sensorPrivacyController, AlarmManager alarmManager, in PhoneStatusBarPolicy()