Searched defs:setPowerPolicyGroup (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/ | ||
H A D | ICarPower.aidl | 44 void setPowerPolicyGroup(String policyGroupId); in setPowerPolicyGroup() method |
H A D | CarPowerManager.java | 390 public void setPowerPolicyGroup(@NonNull String policyGroupId) { in setPowerPolicyGroup() method in CarPowerManager |
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/ | ||
H A D | CarPowerPolicyServer.cpp | 537 Result<void> CarPowerPolicyServer::setPowerPolicyGroup(const std::string& groupId) { in setPowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer |
/aosp12/packages/services/Car/service/src/com/android/car/power/ | ||
H A D | CarPowerManagementService.java | 1112 public void setPowerPolicyGroup(String policyGroupId) { in setPowerPolicyGroup() method in CarPowerManagementService |