Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/
H A DSensorUseStartedActivity.kt52 private val sensorPrivacyController: IndividualSensorPrivacyController,
92 if (!sensorPrivacyController.isSensorBlocked(MICROPHONE) &&
98 sensorPrivacyController.addCallback(callback)
99 if (!sensorPrivacyController.isSensorBlocked(MICROPHONE) &&
100 !sensorPrivacyController.isSensorBlocked(CAMERA)) {
118 sensorPrivacyController.addCallback(callback)
120 if (!sensorPrivacyController.isSensorBlocked(sensor)) {
144 if (sensorPrivacyController.requiresAuthentication() &&
220 sensorPrivacyController
222 sensorPrivacyController
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DMicrophoneToggleTile.java62 IndividualSensorPrivacyController sensorPrivacyController, in MicrophoneToggleTile() argument
65 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in MicrophoneToggleTile()
H A DCameraToggleTile.java62 IndividualSensorPrivacyController sensorPrivacyController, in CameraToggleTile() argument
65 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in CameraToggleTile()
H A DSensorPrivacyToggleTile.java82 IndividualSensorPrivacyController sensorPrivacyController, in SensorPrivacyToggleTile() argument
86 mSensorPrivacyController = sensorPrivacyController; in SensorPrivacyToggleTile()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/sensorprivacy/
H A DSensorUseStartedActivityTest.kt20 sensorPrivacyController = mock(),
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicyTest.kt106 @Mock private lateinit var sensorPrivacyController: SensorPrivacyController
300 sensorPrivacyController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewController.java159 IndividualSensorPrivacyController sensorPrivacyController, in DreamOverlayStatusBarViewController() argument
175 mSensorPrivacyController = sensorPrivacyController; in DreamOverlayStatusBarViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsControllerImpl.java119 IndividualSensorPrivacyController sensorPrivacyController, in AppOpsControllerImpl() argument
131 mSensorPrivacyController = sensorPrivacyController; in AppOpsControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java183 SensorPrivacyController sensorPrivacyController, AlarmManager alarmManager, in PhoneStatusBarPolicy() argument
216 mSensorPrivacyController = sensorPrivacyController; in PhoneStatusBarPolicy()