Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSensorPrivacyControllerImpl.java43 public SensorPrivacyControllerImpl(@NonNull SensorPrivacyManager sensorPrivacyManager) { in SensorPrivacyControllerImpl() argument
44 mSensorPrivacyManager = sensorPrivacyManager; in SensorPrivacyControllerImpl()
H A DIndividualSensorPrivacyControllerImpl.java44 @NonNull SensorPrivacyManager sensorPrivacyManager) { in IndividualSensorPrivacyControllerImpl()
45 mSensorPrivacyManager = sensorPrivacyManager; in IndividualSensorPrivacyControllerImpl()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricCameraManagerImpl.java47 @NonNull SensorPrivacyManager sensorPrivacyManager) { in BiometricCameraManagerImpl() argument
49 mSensorPrivacyManager = sensorPrivacyManager; in BiometricCameraManagerImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java117 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument
118 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
126 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument
128 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DReferenceSystemUIModule.java127 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument
128 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
136 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument
138 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceDetectClient.java72 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient() argument
78 mSensorPrivacyManager = sensorPrivacyManager; in FaceDetectClient()
H A DFaceAuthenticationClient.java107 SensorPrivacyManager sensorPrivacyManager, in FaceAuthenticationClient() argument
117 mSensorPrivacyManager = sensorPrivacyManager; in FaceAuthenticationClient()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java2363 SensorPrivacyManager sensorPrivacyManager, in KeyguardUpdateMonitor()
2394 mSensorPrivacyManager = sensorPrivacyManager; in KeyguardUpdateMonitor()