Home
last modified time | relevance | path

Searched defs:setPowerPolicyGroup (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/power/
DICarPower.aidl44 void setPowerPolicyGroup(String policyGroupId); in setPowerPolicyGroup() method
DCarPowerManager.java565 public void setPowerPolicyGroup(@NonNull String policyGroupId) { in setPowerPolicyGroup() method in CarPowerManager
/packages/services/Car/cpp/power/aidl/android/automotive/power/internal/
DICarPowerManagementDelegate.aidl76 void setPowerPolicyGroup(in @utf8InCpp String policyGroupId); in setPowerPolicyGroup() method
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerManagementDaemon.java460 public void setPowerPolicyGroup(String policyGroupId) { in setPowerPolicyGroup() method in FakeRefactoredCarPowerManagementDaemon
/packages/services/Car/cpp/power/server/src/
DCarPowerPolicyServer.cpp308 ScopedAStatus CarPowerManagementDelegate::setPowerPolicyGroup(const std::string& policyGroupId) { in setPowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::CarPowerManagementDelegate
431 ScopedAStatus CarPowerServer::setPowerPolicyGroup(const std::string& policyGroupId) { in setPowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::CarPowerServer
730 ScopedAStatus CarPowerPolicyServer::setPowerPolicyGroup(const std::string& policyGroupId) { in setPowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
/packages/services/Car/cpp/power/server/tests/
DCarPowerPolicyServerTest.cpp230 ScopedAStatus setPowerPolicyGroup(const std::string& policyGroupId) { in setPowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::internal::CarPowerPolicyServerPeer
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2147 public void setPowerPolicyGroup(String policyGroupId) throws RemoteException { in setPowerPolicyGroup() method in CarPowerManagementService