Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java106 private static final int[] ALL_COMPONENTS; field in PolicyReader
134 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(),
/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java73 private static final String ALL_COMPONENTS = "*"; field in CarOccupantZoneService
794 } else if (components.length == 1 && components[0].equals(ALL_COMPONENTS)) { in updateSourcePreferredComponents()