Searched defs:isIndividualSensorPrivacyEnabled (Results 1 – 4 of 4) sorted by relevance
124 bool SensorPrivacyManager::isIndividualSensorPrivacyEnabled(int userId, int sensor) in isIndividualSensorPrivacyEnabled() function in android::SensorPrivacyManager136 status_t SensorPrivacyManager::isIndividualSensorPrivacyEnabled(int userId, int sensor, in isIndividualSensorPrivacyEnabled() function in android::SensorPrivacyManager
35 boolean isIndividualSensorPrivacyEnabled(int userId, int sensor); in isIndividualSensorPrivacyEnabled() method
40 boolean isIndividualSensorPrivacyEnabled(int userId, int sensor); in isIndividualSensorPrivacyEnabled() method
908 public boolean isIndividualSensorPrivacyEnabled(@UserIdInt int userId, int sensor) { in isIndividualSensorPrivacyEnabled() method in SensorPrivacyService.SensorPrivacyServiceImpl