Searched refs:FIRST_POWER_COMPONENT (Results 1 – 10 of 10) sorted by relevance
19 import static android.car.hardware.power.PowerComponentUtil.FIRST_POWER_COMPONENT;195 int[] allComponents = new int[LAST_POWER_COMPONENT - FIRST_POWER_COMPONENT + 1]; in sendPowerPolicyBluetoothOnOff()196 for (int component = FIRST_POWER_COMPONENT; component <= LAST_POWER_COMPONENT; in sendPowerPolicyBluetoothOnOff()198 allComponents[component - FIRST_POWER_COMPONENT] = component; in sendPowerPolicyBluetoothOnOff()
67 public static final int FIRST_POWER_COMPONENT = PowerComponent.AUDIO; field in PowerComponentUtil107 return component >= FIRST_POWER_COMPONENT && component <= LAST_POWER_COMPONENT; in isValidPowerComponent()
23 import static android.car.hardware.power.PowerComponentUtil.FIRST_POWER_COMPONENT;87 new SparseBooleanArray(LAST_POWER_COMPONENT - FIRST_POWER_COMPONENT + 1);120 for (int component = FIRST_POWER_COMPONENT; component <= LAST_POWER_COMPONENT; in init()
19 import static android.car.hardware.power.PowerComponentUtil.FIRST_POWER_COMPONENT;151 int allCount = LAST_POWER_COMPONENT - FIRST_POWER_COMPONENT + 1;155 for (int c = FIRST_POWER_COMPONENT; c <= LAST_POWER_COMPONENT; c++) {156 ALL_COMPONENTS[c - FIRST_POWER_COMPONENT] = c;728 for (int component = FIRST_POWER_COMPONENT; in toCarPowerPolicy()
21 import static android.car.hardware.power.PowerComponentUtil.FIRST_POWER_COMPONENT;2306 int[] disabledComponents = new int[LAST_POWER_COMPONENT - FIRST_POWER_COMPONENT + 1]; in getInitialAccumulatedPowerPolicy()2308 for (int component = FIRST_POWER_COMPONENT; component <= LAST_POWER_COMPONENT; in getInitialAccumulatedPowerPolicy()
374 android.car.hardware.power PowerComponentUtil int FIRST_POWER_COMPONENT
464 android.car.hardware.power PowerComponentUtil int FIRST_POWER_COMPONENT
413 android.car.hardware.power PowerComponentUtil int FIRST_POWER_COMPONENT
1719 field TIRAMISU_0 int FIRST_POWER_COMPONENT = PowerComponent.AUDIO;