/packages/services/Car/car-lib/src/android/car/hardware/power/ |
D | ICarPower.aidl | 44 void setPowerPolicyGroup(String policyGroupId); in setPowerPolicyGroup() method
|
D | CarPowerManager.java | 561 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/ |
D | ICarPowerPolicyDelegate.aidl | 73 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/ |
D | ICarPowerPolicyDelegate.aidl | 39 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/ |
D | ICarPowerPolicyDelegate.aidl | 39 void setPowerPolicyGroup(in @utf8InCpp String policyGroupId); in setPowerPolicyGroup() method
|
/packages/services/Car/cpp/powerpolicy/server/tests/ |
D | CarPowerPolicyServerTest.cpp | 191 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()
|
D | SilentModeHandlerTest.cpp | 114 MOCK_METHOD(ScopedAStatus, setPowerPolicyGroup, (const std::string& policyGroupId), (override));
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.h | 142 ndk::ScopedAStatus setPowerPolicyGroup(const std::string& policyGroupId) override 211 ndk::ScopedAStatus setPowerPolicyGroup(const std::string& policyGroupId) override;
|
D | CarPowerPolicyServer.cpp | 271 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/ |
D | FakeRefactoredCarPowerPolicyDaemon.java | 254 public void setPowerPolicyGroup(String policyGroupId) { in setPowerPolicyGroup() method in FakeRefactoredCarPowerPolicyDaemon
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 1500 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/ |
D | CarPowerManagementService.java | 2076 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/ |
D | CarShellCommand.java | 1452 return setPowerPolicyGroup(args, writer); in exec() 3211 private int setPowerPolicyGroup(String[] args, IndentingPrintWriter writer) {
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 1700 method TIRAMISU_0 void setPowerPolicyGroup(String policyGroupId);
|
/packages/services/Car/car-lib-module/api/ |
D | system-current.txt | 1209 …n(android.car.Car.PERMISSION_CONTROL_CAR_POWER_POLICY) public void setPowerPolicyGroup(@NonNull St…
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 1209 …n(android.car.Car.PERMISSION_CONTROL_CAR_POWER_POLICY) public void setPowerPolicyGroup(@NonNull St…
|
D | test-current.txt | 1283 …n(android.car.Car.PERMISSION_CONTROL_CAR_POWER_POLICY) public void setPowerPolicyGroup(@NonNull St…
|
D | system-lint-baseline.txt | 2732 UnflaggedApi: android.car.hardware.power.CarPowerManager#setPowerPolicyGroup(String): 2733 …ged with @FlaggedApi: method android.car.hardware.power.CarPowerManager.setPowerPolicyGroup(String)
|