Searched refs:ALL_COMPONENTS (Results 1 – 2 of 2) sorted by relevance
106 private static final int[] ALL_COMPONENTS; field in PolicyReader134 ALL_COMPONENTS = new int[allCount];138 ALL_COMPONENTS[c - FIRST_POWER_COMPONENT] = c;144 POWER_POLICY_ALL_ON = new CarPowerPolicy(POWER_POLICY_ID_ALL_ON, ALL_COMPONENTS.clone(),
73 private static final String ALL_COMPONENTS = "*"; field in CarOccupantZoneService794 } else if (components.length == 1 && components[0].equals(ALL_COMPONENTS)) { in updateSourcePreferredComponents()