/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | IndividualSensorPrivacyControllerImpl.java | 65 boolean softwarePrivacyEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled( in init() 67 boolean hardwarePrivacyEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled( in init()
|
H A D | SensorPrivacyController.java | 33 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
H A D | SensorPrivacyControllerImpl.java | 56 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyControllerImpl
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | SensorPrivacyManagerInternal.java | 49 public abstract boolean isSensorPrivacyEnabled(int userId, int sensor); in isSensorPrivacyEnabled() method in SensorPrivacyManagerInternal
|
H A D | ISensorPrivacyManager.aidl | 37 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
|
H A D | SensorPrivacyManager.java | 603 public boolean isSensorPrivacyEnabled(@Sensors.Sensor int sensor) { in isSensorPrivacyEnabled() method in SensorPrivacyManager 604 return isSensorPrivacyEnabled(TOGGLE_TYPE_SOFTWARE, sensor); in isSensorPrivacyEnabled() 616 public boolean isSensorPrivacyEnabled(@ToggleType int toggleType, in isSensorPrivacyEnabled() method in SensorPrivacyManager 908 return mService.isSensorPrivacyEnabled(); in isAllSensorPrivacyEnabled()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricCameraManagerImpl.java | 66 .isSensorPrivacyEnabled(SensorPrivacyManager.TOGGLE_TYPE_SOFTWARE, CAMERA); in isCameraPrivacyEnabled()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | RotationLockTileTest.java | 144 when(mPrivacyManager.isSensorPrivacyEnabled(CAMERA)).thenReturn(false); in setUp() 196 when(mPrivacyManager.isSensorPrivacyEnabled(CAMERA)).thenReturn(true); in testSecondaryString_cameraDisabled_isEmpty()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceDetectClient.java | 106 .isSensorPrivacyEnabled(SensorPrivacyManager.TOGGLE_TYPE_SOFTWARE, in startHalOperation()
|
H A D | FaceAuthenticationClient.java | 149 .isSensorPrivacyEnabled(SensorPrivacyManager.TOGGLE_TYPE_SOFTWARE, in startHalOperation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | RotationLockTile.java | 150 final boolean cameraLocked = mPrivacyManager.isSensorPrivacyEnabled(CAMERA); in handleUpdateState()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 117 .isSensorPrivacyEnabled(SensorPrivacyManager.TOGGLE_TYPE_SOFTWARE, in startHalOperation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
H A D | RotationResolverManagerService.java | 190 final boolean isCameraAvailable = !mPrivacyManager.isSensorPrivacyEnabled( in resolveRotation()
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbUserPermissionManager.java | 202 boolean isCameraPrivacyEnabled = mSensorPrivacyMgrInternal.isSensorPrivacyEnabled( in hasPermission() 213 if (device.getHasAudioCapture() && mSensorPrivacyMgrInternal.isSensorPrivacyEnabled( in hasPermission()
|
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/ |
H A D | SensorPrivacyService.java | 918 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl 1546 public boolean isSensorPrivacyEnabled(int userId, int sensor) { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyManagerInternalImpl
|
/aosp14/frameworks/base/services/core/java/com/android/server/attention/ |
H A D | AttentionManagerService.java | 274 if (mPrivacyManager.isSensorPrivacyEnabled(SensorPrivacyManager.Sensors.CAMERA)) { in checkAttention()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarPolicy.java | 341 mSensorPrivacyController.isSensorPrivacyEnabled()); in init()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthController.java | 1083 && mSensorPrivacyManager.isSensorPrivacyEnabled( in onBiometricError()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubService.java | 1474 mSensorPrivacyManagerInternal.isSensorPrivacyEnabled(
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskSupervisor.java | 1348 final boolean cameraPrivacyEnabled = spmi.isSensorPrivacyEnabled( in getActionRestrictionForCallingPackage()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 1359 boolean cameraPrivacyEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled( in handleFaceError()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | PhoneWindowManager.java | 3445 boolean isEnabled = mSensorPrivacyManager.isSensorPrivacyEnabled(
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 9630 .isSensorPrivacyEnabled(getCurrentUserId(), in onReceive()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 4349 …ion(android.Manifest.permission.OBSERVE_SENSOR_PRIVACY) public boolean isSensorPrivacyEnabled(int); 4350 …ndroid.Manifest.permission.OBSERVE_SENSOR_PRIVACY) public boolean isSensorPrivacyEnabled(int, int);
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 8044 HSPLandroid/hardware/SensorPrivacyManager;->isSensorPrivacyEnabled(II)Z
|