Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java395 private final String[] mDisableCommands; field in PowerPolicyHostTest.ComponentTestHelper
405 mDisableCommands = (String[]) mTypeClass.getField("DISABLE_COMMANDS").get(null); in ComponentTestHelper()
415 for (int i = 0; i < mDisableCommands.length; i++) { in turnOffComponent()
416 mHostTest.executeCommand(mDisableCommands[i]); in turnOffComponent()