Home
last modified time | relevance | path

Searched refs:sensorPrivacyController (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/
H A DSensorUseStartedActivity.kt49 private val sensorPrivacyController: IndividualSensorPrivacyController,
95 sensorPrivacyController.addCallback(sensorPrivacyListener)
96 if (!sensorPrivacyController.isSensorBlocked(MICROPHONE) &&
97 !sensorPrivacyController.isSensorBlocked(CAMERA)) {
115 sensorPrivacyController.addCallback(sensorPrivacyListener)
117 if (!sensorPrivacyController.isSensorBlocked(sensor)) {
181 sensorPrivacyController.removeCallback(sensorPrivacyListener)
196 sensorPrivacyController.setSensorBlocked(DIALOG, CAMERA, false)
206 sensorPrivacyController
208 sensorPrivacyController
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCameraToggleTile.java57 IndividualSensorPrivacyController sensorPrivacyController, in CameraToggleTile() argument
60 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in CameraToggleTile()
H A DMicrophoneToggleTile.java57 IndividualSensorPrivacyController sensorPrivacyController, in MicrophoneToggleTile() argument
60 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in MicrophoneToggleTile()
H A DSensorPrivacyToggleTile.java80 IndividualSensorPrivacyController sensorPrivacyController, in SensorPrivacyToggleTile() argument
84 mSensorPrivacyController = sensorPrivacyController; in SensorPrivacyToggleTile()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsControllerImpl.java117 IndividualSensorPrivacyController sensorPrivacyController, in AppOpsControllerImpl() argument
129 mSensorPrivacyController = sensorPrivacyController; in AppOpsControllerImpl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java173 SensorPrivacyController sensorPrivacyController, IActivityManager iActivityManager, in PhoneStatusBarPolicy() argument
200 mSensorPrivacyController = sensorPrivacyController; in PhoneStatusBarPolicy()