Home
last modified time | relevance | path

Searched refs:applyPolicy (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tools/
Dupdate-obd2-sensors.py211 def applyPolicy(policy, destfile): function
225 applyPolicy(JavaSensorPolicy(), destfile)
228 applyPolicy(IntDefSensorPolicy(), destfile)
231 applyPolicy(PythonSensorPolicy(), destfile)
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerPolicyDaemon.java187 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