Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/
H A DSensorPrivacyManager.java654 public void setSensorPrivacy(@Sensors.Sensor int sensor, in setSensorPrivacy() method in SensorPrivacyManager
656 setSensorPrivacy(resolveSourceFromCurrentContext(), sensor, enable, in setSensorPrivacy()
679 public void setSensorPrivacy(@Sources.Source int source, @Sensors.Sensor int sensor, in setSensorPrivacy() method in SensorPrivacyManager
681 setSensorPrivacy(source, sensor, enable, UserHandle.USER_CURRENT); in setSensorPrivacy()
694 public void setSensorPrivacy(@Sources.Source int source, @Sensors.Sensor int sensor, in setSensorPrivacy() method in SensorPrivacyManager
834 mService.setSensorPrivacy(enable); in setAllSensorPrivacy()
H A DISensorPrivacyManager.aidl43 void setSensorPrivacy(boolean enable); in setSensorPrivacy() method
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java548 setSensorPrivacy(Sensors.MICROPHONE, true); in systemRunning()
554 setSensorPrivacy(Sensors.CAMERA, true); in systemRunning()
2347 setSensorPrivacy(Sensors.CAMERA, lensCovered); in notifySwitch()
2369 setSensorPrivacy(Sensors.MICROPHONE, micMute); in notifySwitch()
2374 private void setSensorPrivacy(@SensorPrivacyManager.Sensors.Sensor int sensor, in setSensorPrivacy() method in InputManagerService
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java717 public void setSensorPrivacy(boolean enable) { in setSensorPrivacy() method in SensorPrivacyService.SensorPrivacyServiceImpl
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3449 mSensorPrivacyManager.setSensorPrivacy(SensorPrivacyManager.Sensors.MICROPHONE,
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1391 …sion(android.Manifest.permission.MANAGE_SENSOR_PRIVACY) public void setSensorPrivacy(int, int, boo…
H A Dsystem-current.txt4353 …sion(android.Manifest.permission.MANAGE_SENSOR_PRIVACY) public void setSensorPrivacy(int, boolean);