Searched refs:allComponents (Results 1 – 4 of 4) sorted by relevance
195 int[] allComponents = new int[LAST_POWER_COMPONENT - FIRST_POWER_COMPONENT + 1]; in sendPowerPolicyBluetoothOnOff() local198 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()
77 std::vector<PowerComponent> allComponents; in TEST_F() local82 allComponents.push_back(componentId); in TEST_F()85 EXPECT_THAT(allComponents, UnorderedElementsAreArray(policy->disabledComponents)); in TEST_F()
691 List<ResolveInfo> allComponents = in doesMigratorHandleInfoIntent() local694 return !allComponents.isEmpty(); in doesMigratorHandleInfoIntent()
1024 Set<Integer> allComponents = new ArraySet<>(Lists.asImmutableList(ALL_COMPONENTS)); in getAllComponents() local1025 allComponents.addAll(mCustomComponents.values()); in getAllComponents()1026 return allComponents; in getAllComponents()