Home
last modified time | relevance | path

Searched defs:notifyPowerPolicyChange (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp214 ScopedAStatus CarServiceNotificationHandler::notifyPowerPolicyChange(const std::string& policyId, in notifyPowerPolicyChange() function in android::frameworks::automotive::powerpolicy::CarServiceNotificationHandler
527 ScopedAStatus CarPowerPolicyServer::notifyPowerPolicyChange(const std::string& policyId, in notifyPowerPolicyChange() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2718 private void notifyPowerPolicyChange(String policyId, boolean upToDaemon, boolean force) { in notifyPowerPolicyChange() method in CarPowerManagementService
2746 private void notifyPowerPolicyChange(CarPowerPolicy accumulatedPowerPolicy) { in notifyPowerPolicyChange() method in CarPowerManagementService
2764 private void notifyPowerPolicyChange(String policyId, CarPowerPolicy appliedPolicy, in notifyPowerPolicyChange() method in CarPowerManagementService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java3530 public void notifyPowerPolicyChange(String policyId, boolean force) { in notifyPowerPolicyChange() method in CarPowerManagementServiceUnitTest.FakeCarPowerPolicyDaemon