Home
last modified time | relevance | path

Searched refs:sensorPrivacyManager (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSensorPrivacyControllerImpl.java43 public SensorPrivacyControllerImpl(@NonNull SensorPrivacyManager sensorPrivacyManager) { in SensorPrivacyControllerImpl() argument
44 mSensorPrivacyManager = sensorPrivacyManager; in SensorPrivacyControllerImpl()
DIndividualSensorPrivacyControllerImpl.java50 @NonNull SensorPrivacyManager sensorPrivacyManager) { in IndividualSensorPrivacyControllerImpl()
51 mSensorPrivacyManager = sensorPrivacyManager; in IndividualSensorPrivacyControllerImpl()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricCameraManagerImpl.java47 @NonNull SensorPrivacyManager sensorPrivacyManager) { in BiometricCameraManagerImpl() argument
49 mSensorPrivacyManager = sensorPrivacyManager; in BiometricCameraManagerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DReferenceSystemUIModule.java160 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument
161 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
169 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument
171 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceDetectClient.java83 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient() argument
90 mSensorPrivacyManager = sensorPrivacyManager; in FaceDetectClient()
DFaceAuthenticationClient.java126 SensorPrivacyManager sensorPrivacyManager, in FaceAuthenticationClient() argument
137 mSensorPrivacyManager = sensorPrivacyManager; in FaceAuthenticationClient()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2158 SensorPrivacyManager sensorPrivacyManager, in KeyguardUpdateMonitor()
2186 mSensorPrivacyManager = sensorPrivacyManager; in KeyguardUpdateMonitor()