Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothPowerPolicyTest.java19 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()
/packages/services/Car/car-lib/src/android/car/hardware/power/
DPowerComponentUtil.java67 public static final int FIRST_POWER_COMPONENT = PowerComponent.AUDIO; field in PowerComponentUtil
107 return component >= FIRST_POWER_COMPONENT && component <= LAST_POWER_COMPONENT; in isValidPowerComponent()
/packages/services/Car/service/src/com/android/car/power/
DPowerComponentHandler.java23 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()
DPolicyReader.java19 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()
DCarPowerManagementService.java21 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()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt374 android.car.hardware.power PowerComponentUtil int FIRST_POWER_COMPONENT
Dcar_hidden_apis_release_33.1.txt374 android.car.hardware.power PowerComponentUtil int FIRST_POWER_COMPONENT
Dcar_hidden_apis.txt464 android.car.hardware.power PowerComponentUtil int FIRST_POWER_COMPONENT
Dcar_hidden_apis_release_33.3.txt413 android.car.hardware.power PowerComponentUtil int FIRST_POWER_COMPONENT
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1719 field TIRAMISU_0 int FIRST_POWER_COMPONENT = PowerComponent.AUDIO;