Searched refs:applyPolicy (Results 1 – 2 of 2) sorted by relevance
211 def applyPolicy(policy, destfile): function225 applyPolicy(JavaSensorPolicy(), destfile)228 applyPolicy(IntDefSensorPolicy(), destfile)231 applyPolicy(PythonSensorPolicy(), destfile)
187 mComponentHandler.applyPolicy(mPolicies.get(mCurrentPowerPolicyId)); in notifyCarServiceReady()205 mComponentHandler.applyPolicy(currentPolicy); in applyPowerPolicyAsync()233 mComponentHandler.applyPolicy(policy); in applyPowerPolicyPerPowerStateChangeAsync()242 mComponentHandler.applyPolicy(mPolicies.get(policyId)); in applyPowerPolicyInternal()395 void applyPolicy(CarPowerPolicy policy) { in applyPolicy() method in FakeRefactoredCarPowerPolicyDaemon.ComponentHandler