Home
last modified time | relevance | path

Searched refs:allComponents (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothPowerPolicyTest.java195 int[] allComponents = new int[LAST_POWER_COMPONENT - FIRST_POWER_COMPONENT + 1]; in sendPowerPolicyBluetoothOnOff() local
198 allComponents[component - FIRST_POWER_COMPONENT] = component; in sendPowerPolicyBluetoothOnOff()
203 policy = new CarPowerPolicy("bt_on", allComponents, noComponents); in sendPowerPolicyBluetoothOnOff()
205 policy = new CarPowerPolicy("bt_off", noComponents, allComponents); in sendPowerPolicyBluetoothOnOff()
/packages/services/Car/cpp/power/server/tests/
DPowerComponentHandlerTest.cpp77 std::vector<PowerComponent> allComponents; in TEST_F() local
82 allComponents.push_back(componentId); in TEST_F()
85 EXPECT_THAT(allComponents, UnorderedElementsAreArray(policy->disabledComponents)); in TEST_F()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DMigrationStateManager.java691 List<ResolveInfo> allComponents = in doesMigratorHandleInfoIntent() local
694 return !allComponents.isEmpty(); in doesMigratorHandleInfoIntent()
/packages/services/Car/service/src/com/android/car/power/
DPolicyReader.java1024 Set<Integer> allComponents = new ArraySet<>(Lists.asImmutableList(ALL_COMPONENTS)); in getAllComponents() local
1025 allComponents.addAll(mCustomComponents.values()); in getAllComponents()
1026 return allComponents; in getAllComponents()