Searched refs:PowerPolicyTestCommandType (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/car/app/src/android/car/cts/app/ |
D | PowerPolicyTestCommand.java | 29 private final PowerPolicyTestCommandType mType; 34 PowerPolicyTestCommandType type) { in PowerPolicyTestCommand() 40 PowerPolicyTestCommandType getType() { in getType() 56 super(testClient, data, PowerPolicyTestCommandType.SET_TEST); in SetTestCommand() 70 super(testClient, /* data = */ null, PowerPolicyTestCommandType.CLEAR_TEST); in ClearTestCommand() 84 super(testClient, /* data = */ null, PowerPolicyTestCommandType.DUMP_POLICY); in DumpPolicyCommand() 116 super(testClient, compName, PowerPolicyTestCommandType.ADD_LISTENER); in AddListenerCommand() 135 super(testClient, compName, PowerPolicyTestCommandType.REMOVE_LISTENER); in RemoveListenerCommand() 154 super(testClient, compName, PowerPolicyTestCommandType.DUMP_LISTENER); in DumpListenerCommand() 178 super(testClient, /* data = */ null, PowerPolicyTestCommandType.CHECK_LISTENERS); in CheckListenersCommand() [all …]
|
D | PowerPolicyTestCommandType.java | 19 public enum PowerPolicyTestCommandType { enum
|
/cts/hostsidetests/car/src/android/car/cts/ |
D | PowerPolicyHostTest.java | 20 import android.car.cts.app.PowerPolicyTestCommandType; 161 String clientAction = PowerPolicyTestCommandType.DUMP_LISTENER.name(); in testPowerPolicyChange() 170 PowerPolicyTestCommandType.RESET_LISTENERS.name(), component); in testPowerPolicyChange() 173 PowerPolicyTestCommandType.CHECK_LISTENERS.name(), component); in testPowerPolicyChange() 182 PowerPolicyTestCommandType.CHECK_LISTENERS.name(), component); in testPowerPolicyChange()
|
/cts/hostsidetests/car/ |
D | Android.bp | 26 "app/src/android/car/cts/app/PowerPolicyTestCommandType.java",
|