Searched refs:sensorPrivacyManager (Results 1 – 8 of 8) sorted by relevance
43 public SensorPrivacyControllerImpl(@NonNull SensorPrivacyManager sensorPrivacyManager) { in SensorPrivacyControllerImpl() argument44 mSensorPrivacyManager = sensorPrivacyManager; in SensorPrivacyControllerImpl()
44 @NonNull SensorPrivacyManager sensorPrivacyManager) { in IndividualSensorPrivacyControllerImpl()45 mSensorPrivacyManager = sensorPrivacyManager; in IndividualSensorPrivacyControllerImpl()
47 @NonNull SensorPrivacyManager sensorPrivacyManager) { in BiometricCameraManagerImpl() argument49 mSensorPrivacyManager = sensorPrivacyManager; in BiometricCameraManagerImpl()
117 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument118 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()126 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument128 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
127 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument128 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()136 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument138 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
72 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient() argument78 mSensorPrivacyManager = sensorPrivacyManager; in FaceDetectClient()
107 SensorPrivacyManager sensorPrivacyManager, in FaceAuthenticationClient() argument117 mSensorPrivacyManager = sensorPrivacyManager; in FaceAuthenticationClient()
2363 SensorPrivacyManager sensorPrivacyManager, in KeyguardUpdateMonitor()2394 mSensorPrivacyManager = sensorPrivacyManager; in KeyguardUpdateMonitor()