Searched refs:PowerPolicyConstants (Results 1 – 2 of 2) sorted by relevance
24 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 …]
19 public final class PowerPolicyConstants { class