Searched refs:ALL_COMPONENTS (Results 1 – 1 of 1) sorted by relevance
124 private static final int[] ALL_COMPONENTS; field in PolicyReader152 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()