Searched refs:sensorPrivacyManager (Results 1 – 10 of 10) sorted by relevance
192 final SensorPrivacyManager sensorPrivacyManager = context in getStatusForBiometricAuthenticator() local195 if (sensorPrivacyManager != null && sensor.modality == TYPE_FACE) { in getStatusForBiometricAuthenticator()196 if (sensorPrivacyManager in getStatusForBiometricAuthenticator()311 final SensorPrivacyManager sensorPrivacyManager = context in getInternalStatus() local315 if (sensorPrivacyManager != null) { in getInternalStatus()316 cameraPrivacyEnabled = sensorPrivacyManager in getInternalStatus()
43 public SensorPrivacyControllerImpl(@NonNull SensorPrivacyManager sensorPrivacyManager) { in SensorPrivacyControllerImpl() argument44 mSensorPrivacyManager = sensorPrivacyManager; in SensorPrivacyControllerImpl()
41 @NonNull SensorPrivacyManager sensorPrivacyManager) { in IndividualSensorPrivacyControllerImpl()42 mSensorPrivacyManager = sensorPrivacyManager; in IndividualSensorPrivacyControllerImpl()
131 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument132 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()140 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument142 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
124 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument125 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()133 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument135 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
157 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument158 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()166 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument168 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
45 SensorPrivacyManager sensorPrivacyManager) { in MicTogglePreferenceController() argument47 mSensorPrivacyManager = sensorPrivacyManager; in MicTogglePreferenceController()
70 SensorPrivacyManager sensorPrivacyManager, UserManager userManager) { in ManageMicPermissionsPreferenceController() argument72 mSensorPrivacyManager = sensorPrivacyManager; in ManageMicPermissionsPreferenceController()
64 SensorPrivacyManager sensorPrivacyManager) { in MicrophoneRecentAccessesPreferenceController() argument68 mSensorPrivacyManager = sensorPrivacyManager; in MicrophoneRecentAccessesPreferenceController()
163 SensorPrivacyManager sensorPrivacyManager, in PrivacyChipViewController() argument169 mSensorPrivacyManager = sensorPrivacyManager; in PrivacyChipViewController()