Home
last modified time | relevance | path

Searched defs:setToggleSensorPrivacyForProfileGroup (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/sensorprivacy/aidl/android/hardware/
DISensorPrivacyManager.aidl43 void setToggleSensorPrivacyForProfileGroup(int userId, int source, int sensor, boolean enable); in setToggleSensorPrivacyForProfileGroup() method
/frameworks/base/core/java/android/hardware/
DISensorPrivacyManager.aidl47 void setToggleSensorPrivacyForProfileGroup(int userId, int source, int sensor, boolean enable); in setToggleSensorPrivacyForProfileGroup() method
/frameworks/av/services/camera/libcameraservice/libcameraservice_fuzzer/
Dcamera_service_fuzzer.cpp225 binder::Status setToggleSensorPrivacyForProfileGroup(int32_t /*userId*/, int32_t /*source*/, in setToggleSensorPrivacyForProfileGroup() function in FuzzerSensorPrivacyManager
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java1166 public void setToggleSensorPrivacyForProfileGroup(@UserIdInt int userId, in setToggleSensorPrivacyForProfileGroup() method in SensorPrivacyService.SensorPrivacyServiceImpl