Searched refs:sensorPrivacyController (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/ |
H A D | SensorUseStartedActivity.kt | 52 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 D | MicrophoneToggleTile.java | 62 IndividualSensorPrivacyController sensorPrivacyController, in MicrophoneToggleTile() argument 65 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in MicrophoneToggleTile()
|
H A D | CameraToggleTile.java | 62 IndividualSensorPrivacyController sensorPrivacyController, in CameraToggleTile() argument 65 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in CameraToggleTile()
|
H A D | SensorPrivacyToggleTile.java | 82 IndividualSensorPrivacyController sensorPrivacyController, in SensorPrivacyToggleTile() argument 86 mSensorPrivacyController = sensorPrivacyController; in SensorPrivacyToggleTile()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/sensorprivacy/ |
H A D | SensorUseStartedActivityTest.kt | 20 sensorPrivacyController = mock(),
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarPolicyTest.kt | 106 @Mock private lateinit var sensorPrivacyController: SensorPrivacyController 300 sensorPrivacyController,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayStatusBarViewController.java | 159 IndividualSensorPrivacyController sensorPrivacyController, in DreamOverlayStatusBarViewController() argument 175 mSensorPrivacyController = sensorPrivacyController; in DreamOverlayStatusBarViewController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
H A D | AppOpsControllerImpl.java | 119 IndividualSensorPrivacyController sensorPrivacyController, in AppOpsControllerImpl() argument 131 mSensorPrivacyController = sensorPrivacyController; in AppOpsControllerImpl()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarPolicy.java | 183 SensorPrivacyController sensorPrivacyController, AlarmManager alarmManager, in PhoneStatusBarPolicy() argument 216 mSensorPrivacyController = sensorPrivacyController; in PhoneStatusBarPolicy()
|