Searched refs:notifyPowerPolicyDefinition (Results 1 – 6 of 6) sorted by relevance
71 void notifyPowerPolicyDefinition(in @utf8InCpp String policyId, in notifyPowerPolicyDefinition() method
127 android::binder::Status notifyPowerPolicyDefinition(174 android::binder::Status notifyPowerPolicyDefinition(
187 Status CarServiceNotificationHandler::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition() function in android::frameworks::automotive::powerpolicy::CarServiceNotificationHandler190 return mService->notifyPowerPolicyDefinition(policyId, enabledComponents, disabledComponents); in notifyPowerPolicyDefinition()336 Status CarPowerPolicyServer::notifyPowerPolicyDefinition( in notifyPowerPolicyDefinition() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
567 public void notifyPowerPolicyDefinition(String policyId, String[] enabledComponents, in notifyPowerPolicyDefinition() method in MockedCarTestBase.FakeCarPowerPolicyDaemon
891 public void notifyPowerPolicyDefinition(String policyId, String[] enabledComponents, in notifyPowerPolicyDefinition() method in CarPowerManagementServiceUnitTest.FakeCarPowerPolicyDaemon
1875 daemon.notifyPowerPolicyDefinition(powerPolicyId, enabledComponents, in definePowerPolicy()