Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java79 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicySilentMode()
88 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicySilentMode()
118 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testDefaultStateMachineAtONState()
133 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicyChange()
211 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in testPowerPolicyChange()
346 testHelper.checkCurrentState(PowerPolicyConstants.CarPowerState.ON); in checkDefaultPowerPolicySet()
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyConstants.java23 public static final class CarPowerState { class in PowerPolicyConstants