Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java124 private static final int[] ALL_COMPONENTS; field in PolicyReader
152 ALL_COMPONENTS = new int[allCount];
156 ALL_COMPONENTS[c - FIRST_POWER_COMPONENT] = c;
162 POWER_POLICY_ALL_ON = new CarPowerPolicy(POWER_POLICY_ID_ALL_ON, ALL_COMPONENTS.clone(),
1024 Set<Integer> allComponents = new ArraySet<>(Lists.asImmutableList(ALL_COMPONENTS)); in getAllComponents()