Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java689 private CarPowerPolicy toCarPowerPolicy(IntermediateCarPowerPolicy intermediatePolicy, in toCarPowerPolicy() argument
695 ArrayMap<String, Boolean> intermediatePolicyComponents = intermediatePolicy.components; in toCarPowerPolicy()
719 if (POWER_ONOFF_ON.equals(intermediatePolicy.otherBehavior)) { in toCarPowerPolicy()
721 } else if (POWER_ONOFF_OFF.equals(intermediatePolicy.otherBehavior)) { in toCarPowerPolicy()
740 return new CarPowerPolicy(intermediatePolicy.policyId, toIntArray(components, true), in toCarPowerPolicy()