Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java695 ArrayMap<String, Boolean> intermediatePolicyComponents = intermediatePolicy.components; in toCarPowerPolicy() local
696 for (int i = 0; i < intermediatePolicyComponents.size(); i++) { in toCarPowerPolicy()
697 String componentId = intermediatePolicyComponents.keyAt(i); in toCarPowerPolicy()
713 components.put(powerComponent, intermediatePolicyComponents.valueAt(i)); in toCarPowerPolicy()