Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyDef.java142 ArrayList<PowerComponent> enableList = new ArrayList<PowerComponent>( in createWithComponentOff() local
144 if (!enableList.remove(removingComp)) { in createWithComponentOff()
148 PowerComponent[] enables = enableList.toArray(new PowerComponent[0]); in createWithComponentOff()