Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java24 import android.car.cts.powerpolicy.PowerPolicyConstants;
80 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicySilentMode()
89 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicySilentMode()
111 PowerPolicyConstants.VhalPowerStateReq.ON, in testDefaultStateMachineAtONState()
112 PowerPolicyConstants.VhalPowerStateReq.CANCEL_SHUTDOWN, in testDefaultStateMachineAtONState()
113 PowerPolicyConstants.VhalPowerStateReq.FINISHED in testDefaultStateMachineAtONState()
117 triggerVhalPowerStateReq(vhalReqs[i], PowerPolicyConstants.ShutdownParam.NOT_USED); in testDefaultStateMachineAtONState()
119 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testDefaultStateMachineAtONState()
134 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicyChange()
216 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicyChange()
[all …]
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyConstants.java19 public final class PowerPolicyConstants { class