Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java192 final SensorPrivacyManager sensorPrivacyManager = context in getStatusForBiometricAuthenticator() local
195 if (sensorPrivacyManager != null && sensor.modality == TYPE_FACE) { in getStatusForBiometricAuthenticator()
196 if (sensorPrivacyManager in getStatusForBiometricAuthenticator()
311 final SensorPrivacyManager sensorPrivacyManager = context in getInternalStatus() local
315 if (sensorPrivacyManager != null) { in getInternalStatus()
316 cameraPrivacyEnabled = sensorPrivacyManager in getInternalStatus()
/aosp12/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.java41 @NonNull SensorPrivacyManager sensorPrivacyManager) { in IndividualSensorPrivacyControllerImpl()
42 mSensorPrivacyManager = sensorPrivacyManager; in IndividualSensorPrivacyControllerImpl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIDefaultModule.java131 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument
132 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
140 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument
142 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvSystemUIModule.java124 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument
125 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
133 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument
135 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/
H A DCarSystemUIModule.java157 SensorPrivacyManager sensorPrivacyManager) { in provideSensorPrivacyController() argument
158 SensorPrivacyController spC = new SensorPrivacyControllerImpl(sensorPrivacyManager); in provideSensorPrivacyController()
166 SensorPrivacyManager sensorPrivacyManager) { in provideIndividualSensorPrivacyController() argument
168 sensorPrivacyManager); in provideIndividualSensorPrivacyController()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/privacy/
H A DMicTogglePreferenceController.java45 SensorPrivacyManager sensorPrivacyManager) { in MicTogglePreferenceController() argument
47 mSensorPrivacyManager = sensorPrivacyManager; in MicTogglePreferenceController()
H A DManageMicPermissionsPreferenceController.java70 SensorPrivacyManager sensorPrivacyManager, UserManager userManager) { in ManageMicPermissionsPreferenceController() argument
72 mSensorPrivacyManager = sensorPrivacyManager; in ManageMicPermissionsPreferenceController()
H A DMicrophoneRecentAccessesPreferenceController.java64 SensorPrivacyManager sensorPrivacyManager) { in MicrophoneRecentAccessesPreferenceController() argument
68 mSensorPrivacyManager = sensorPrivacyManager; in MicrophoneRecentAccessesPreferenceController()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DPrivacyChipViewController.java163 SensorPrivacyManager sensorPrivacyManager, in PrivacyChipViewController() argument
169 mSensorPrivacyManager = sensorPrivacyManager; in PrivacyChipViewController()