Home
last modified time | relevance | path

Searched refs:setPowerPolicyGroup (Results 1 – 18 of 18) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/power/
DICarPower.aidl44 void setPowerPolicyGroup(String policyGroupId); in setPowerPolicyGroup() method
DCarPowerManager.java561 public void setPowerPolicyGroup(@NonNull String policyGroupId) { in setPowerPolicyGroup() method in CarPowerManager
564 mService.setPowerPolicyGroup(policyGroupId); in setPowerPolicyGroup()
/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl73 void setPowerPolicyGroup(in @utf8InCpp String policyGroupId); in setPowerPolicyGroup() method
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl39 void setPowerPolicyGroup(in @utf8InCpp String policyGroupId); in setPowerPolicyGroup() method
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegate.aidl39 void setPowerPolicyGroup(in @utf8InCpp String policyGroupId); in setPowerPolicyGroup() method
/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp191 ScopedAStatus setPowerPolicyGroup(const std::string& policyGroupId) { in setPowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::internal::CarPowerPolicyServerPeer
192 return mServer->setPowerPolicyGroup(policyGroupId); in setPowerPolicyGroup()
370 server->setPowerPolicyGroup(policyGroupId); in testApplyPowerPolicyPerPowerStateChangeAsyncInternal()
DSilentModeHandlerTest.cpp114 MOCK_METHOD(ScopedAStatus, setPowerPolicyGroup, (const std::string& policyGroupId), (override));
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.h142 ndk::ScopedAStatus setPowerPolicyGroup(const std::string& policyGroupId) override
211 ndk::ScopedAStatus setPowerPolicyGroup(const std::string& policyGroupId) override;
DCarPowerPolicyServer.cpp271 ScopedAStatus CarPowerPolicyDelegate::setPowerPolicyGroup(const std::string& policyGroupId) { in setPowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyDelegate
499 ScopedAStatus CarPowerPolicyServer::setPowerPolicyGroup(const std::string& policyGroupId) { in setPowerPolicyGroup() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerPolicyDaemon.java254 public void setPowerPolicyGroup(String policyGroupId) { in setPowerPolicyGroup() method in FakeRefactoredCarPowerPolicyDaemon
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java1500 mService.setPowerPolicyGroup(POWER_POLICY_GROUP_VALID); in testSetPowerPolicyGroup_powerPolicyRefactorFlagDisabled()
1514 mService.setPowerPolicyGroup(POWER_POLICY_GROUP_VALID); in testSetPowerPolicyGroup_powerPolicyRefactorFlagEnabled()
1524 () -> mService.setPowerPolicyGroup(POWER_POLICY_GROUP_INVALID)); in testSetNotRegisteredPowerPolicyGroup_powerPolicyRefactorFlagDisabled()
1534 () -> mService.setPowerPolicyGroup(POWER_POLICY_GROUP_INVALID)); in testSetNotRegisteredPowerPolicyGroup_powerPolicyRefactorFlagEnabled()
1813 mService.setPowerPolicyGroup(POWER_POLICY_GROUP_1); in testApplyPowerPolicyAtStateChanged_powerPolicyRefactorFlagDisabled()
1851 mService.setPowerPolicyGroup(POWER_POLICY_GROUP_1); in testApplyPowerPolicyAtStateChanged_powerPolicyRefactorFlagEnabled()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2076 public void setPowerPolicyGroup(String policyGroupId) throws RemoteException { in setPowerPolicyGroup() method in CarPowerManagementService
2086 daemon.setPowerPolicyGroup(policyGroupId); in setPowerPolicyGroup()
3625 setPowerPolicyGroup(policyGroupId); in setPowerPolicyGroupFromCommand()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java1452 return setPowerPolicyGroup(args, writer); in exec()
3211 private int setPowerPolicyGroup(String[] args, IndentingPrintWriter writer) {
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1700 method TIRAMISU_0 void setPowerPolicyGroup(String policyGroupId);
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1209 …n(android.car.Car.PERMISSION_CONTROL_CAR_POWER_POLICY) public void setPowerPolicyGroup(@NonNull St…
/packages/services/Car/car-lib/api/
Dsystem-current.txt1209 …n(android.car.Car.PERMISSION_CONTROL_CAR_POWER_POLICY) public void setPowerPolicyGroup(@NonNull St…
Dtest-current.txt1283 …n(android.car.Car.PERMISSION_CONTROL_CAR_POWER_POLICY) public void setPowerPolicyGroup(@NonNull St…
Dsystem-lint-baseline.txt2732 UnflaggedApi: android.car.hardware.power.CarPowerManager#setPowerPolicyGroup(String):
2733 …ged with @FlaggedApi: method android.car.hardware.power.CarPowerManager.setPowerPolicyGroup(String)