Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/
DSensorUseStartedActivity.kt54 private val sensorPrivacyController: IndividualSensorPrivacyController, in <lambda>() constant in com.android.systemui.sensorprivacy.SensorUseStartedActivity
94 if (!sensorPrivacyController.isSensorBlocked(MICROPHONE) && in <lambda>()
100 sensorPrivacyController.addCallback(callback) in <lambda>()
101 if (!sensorPrivacyController.isSensorBlocked(MICROPHONE) && in <lambda>()
124 sensorPrivacyController.addCallback(callback) in <lambda>()
130 !sensorPrivacyController.isSensorBlocked(MICROPHONE)) { in <lambda>()
154 if (sensorPrivacyController.requiresAuthentication() && in <lambda>()
200 sensorPrivacyListener?.also { sensorPrivacyController.removeCallback(it) } in <lambda>()
224 return sensorPrivacyController.isCameraPrivacyEnabled(packageName) in <lambda>()
226 return sensorPrivacyController.isSensorBlocked(CAMERA) in <lambda>()
[all …]
/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
61 sensorPrivacyController.requiresAuthentication() && in create()
66 sensorPrivacyController.setSensorBlocked(QS_TILE, sensorId, !blocked) in create()
70 sensorPrivacyController.setSensorBlocked(QS_TILE, sensorId, !blocked) in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCameraToggleTile.java63 IndividualSensorPrivacyController sensorPrivacyController, in CameraToggleTile() argument
67 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in CameraToggleTile()
DMicrophoneToggleTile.java63 IndividualSensorPrivacyController sensorPrivacyController, in MicrophoneToggleTile() argument
67 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in MicrophoneToggleTile()
DSensorPrivacyToggleTile.java86 IndividualSensorPrivacyController sensorPrivacyController, in SensorPrivacyToggleTile() argument
91 mSensorPrivacyController = sensorPrivacyController; in SensorPrivacyToggleTile()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/sensorprivacy/
DSensorUseStartedActivityTest.kt20 sensorPrivacyController = mock(), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java138 IndividualSensorPrivacyController sensorPrivacyController, in AmbientStatusBarViewController() argument
154 mSensorPrivacyController = sensorPrivacyController; in AmbientStatusBarViewController()
/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
298 sensorPrivacyController, in createStatusBarPolicy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java161 IndividualSensorPrivacyController sensorPrivacyController, in AppOpsControllerImpl() argument
174 mSensorPrivacyController = sensorPrivacyController; in AppOpsControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java185 SensorPrivacyController sensorPrivacyController, AlarmManager alarmManager, in PhoneStatusBarPolicy() argument
218 mSensorPrivacyController = sensorPrivacyController; in PhoneStatusBarPolicy()