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.java22 import android.car.cts.powerpolicy.PowerPolicyConstants;
79 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicySilentMode()
88 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicySilentMode()
110 PowerPolicyConstants.VhalPowerStateReq.ON, in testDefaultStateMachineAtONState()
111 PowerPolicyConstants.VhalPowerStateReq.CANCEL_SHUTDOWN, in testDefaultStateMachineAtONState()
112 PowerPolicyConstants.VhalPowerStateReq.FINISHED in testDefaultStateMachineAtONState()
116 triggerVhalPowerStateReq(vhalReqs[i], PowerPolicyConstants.ShutdownParam.NOT_USED); in testDefaultStateMachineAtONState()
118 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testDefaultStateMachineAtONState()
133 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicyChange()
211 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicyChange()
[all …]
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyConstants.java19 public final class PowerPolicyConstants { class