Searched refs:setToggleSensorPrivacyForProfileGroup (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/sensorprivacy/aidl/android/hardware/ |
D | ISensorPrivacyManager.aidl | 43 void setToggleSensorPrivacyForProfileGroup(int userId, int source, int sensor, boolean enable); in setToggleSensorPrivacyForProfileGroup() method
|
/frameworks/base/core/java/android/hardware/ |
D | ISensorPrivacyManager.aidl | 47 void setToggleSensorPrivacyForProfileGroup(int userId, int source, int sensor, boolean enable); in setToggleSensorPrivacyForProfileGroup() method
|
D | SensorPrivacyManager.java | 915 mService.setToggleSensorPrivacyForProfileGroup(userId, source, sensor, enable); in setSensorPrivacyForProfileGroup()
|
/frameworks/base/services/core/java/com/android/server/sensorprivacy/ |
D | SensorPrivacyService.java | 1139 public void setToggleSensorPrivacyForProfileGroup(@UserIdInt int userId, in setToggleSensorPrivacyForProfileGroup() method in SensorPrivacyService.SensorPrivacyServiceImpl
|