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 | 22 import android.car.cts.app.PowerPolicyTestCommandType; 354 PowerPolicyTestCommandType.RESET_LISTENERS.name(), component); in testPowerPolicyListeners() 357 PowerPolicyTestCommandType.CHECK_LISTENERS.name(), component, in testPowerPolicyListeners() 367 PowerPolicyTestCommandType.CHECK_LISTENERS.name(), component, in testPowerPolicyListeners() 497 String clientAction = PowerPolicyTestCommandType.DUMP_LISTENER.name(); in testPowerPolicyChange()
|
/cts/hostsidetests/car/ |
D | Android.bp | 27 "app/src/android/car/cts/app/PowerPolicyTestCommandType.java",
|