Home
last modified time | relevance | path

Searched defs:isSensorPrivacyEnabled (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSensorPrivacyController.java33 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
H A DSensorPrivacyControllerImpl.java56 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyControllerImpl
/aosp14/frameworks/base/core/java/android/hardware/
H A DSensorPrivacyManagerInternal.java49 public abstract boolean isSensorPrivacyEnabled(int userId, int sensor); in isSensorPrivacyEnabled() method in SensorPrivacyManagerInternal
H A DISensorPrivacyManager.aidl37 boolean isSensorPrivacyEnabled(); in isSensorPrivacyEnabled() method
H A DSensorPrivacyManager.java603 public boolean isSensorPrivacyEnabled(@Sensors.Sensor int sensor) { in isSensorPrivacyEnabled() method in SensorPrivacyManager
616 public boolean isSensorPrivacyEnabled(@ToggleType int toggleType, in isSensorPrivacyEnabled() method in SensorPrivacyManager
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java918 public boolean isSensorPrivacyEnabled() { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl
1546 public boolean isSensorPrivacyEnabled(int userId, int sensor) { in isSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyManagerInternalImpl