Searched refs:sensorPrivacyManager (Results 1 – 7 of 7) sorted by relevance
43 public SensorPrivacyControllerImpl(@NonNull SensorPrivacyManager sensorPrivacyManager) { in SensorPrivacyControllerImpl() argument44 mSensorPrivacyManager = sensorPrivacyManager; in SensorPrivacyControllerImpl()
50 @NonNull SensorPrivacyManager sensorPrivacyManager) { in IndividualSensorPrivacyControllerImpl()51 mSensorPrivacyManager = sensorPrivacyManager; in IndividualSensorPrivacyControllerImpl()
47 @NonNull SensorPrivacyManager sensorPrivacyManager) { in BiometricCameraManagerImpl() argument49 mSensorPrivacyManager = sensorPrivacyManager; in BiometricCameraManagerImpl()
160 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument161 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()169 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument171 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
83 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient() argument90 mSensorPrivacyManager = sensorPrivacyManager; in FaceDetectClient()
126 SensorPrivacyManager sensorPrivacyManager, in FaceAuthenticationClient() argument137 mSensorPrivacyManager = sensorPrivacyManager; in FaceAuthenticationClient()
2158 SensorPrivacyManager sensorPrivacyManager, in KeyguardUpdateMonitor()2186 mSensorPrivacyManager = sensorPrivacyManager; in KeyguardUpdateMonitor()