/frameworks/base/packages/SystemUI/src/com/android/systemui/sensorprivacy/ |
D | SensorUseStartedActivity.kt | 54 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/ |
D | SensorPrivacyToggleTileUserActionInteractor.kt | 43 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/ |
D | CameraToggleTile.java | 63 IndividualSensorPrivacyController sensorPrivacyController, in CameraToggleTile() argument 67 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in CameraToggleTile()
|
D | MicrophoneToggleTile.java | 63 IndividualSensorPrivacyController sensorPrivacyController, in MicrophoneToggleTile() argument 67 statusBarStateController, activityStarter, qsLogger, sensorPrivacyController, in MicrophoneToggleTile()
|
D | SensorPrivacyToggleTile.java | 86 IndividualSensorPrivacyController sensorPrivacyController, in SensorPrivacyToggleTile() argument 91 mSensorPrivacyController = sensorPrivacyController; in SensorPrivacyToggleTile()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/sensorprivacy/ |
D | SensorUseStartedActivityTest.kt | 20 sensorPrivacyController = mock(), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/ |
D | AmbientStatusBarViewController.java | 138 IndividualSensorPrivacyController sensorPrivacyController, in AmbientStatusBarViewController() argument 154 mSensorPrivacyController = sensorPrivacyController; in AmbientStatusBarViewController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicyTest.kt | 108 @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/ |
D | AppOpsControllerImpl.java | 161 IndividualSensorPrivacyController sensorPrivacyController, in AppOpsControllerImpl() argument 174 mSensorPrivacyController = sensorPrivacyController; in AppOpsControllerImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 185 SensorPrivacyController sensorPrivacyController, AlarmManager alarmManager, in PhoneStatusBarPolicy() argument 218 mSensorPrivacyController = sensorPrivacyController; in PhoneStatusBarPolicy()
|