Searched refs:WAIT_FOR_VHAL (Results 1 – 5 of 5) sorted by relevance
204 onApPowerStateChange(CpmsState.WAIT_FOR_VHAL, CarPowerStateListener.WAIT_FOR_VHAL); in init()305 case CpmsState.WAIT_FOR_VHAL: in doHandlePowerStateChange()336 case CarPowerStateListener.WAIT_FOR_VHAL: in handleWaitForVhal()708 onApPowerStateChange(CpmsState.WAIT_FOR_VHAL, nextListenerState); in doHandleDeepSleep()722 case CpmsState.WAIT_FOR_VHAL: in needPowerStateChangeLocked()726 return newState.mState == CpmsState.WAIT_FOR_VHAL; in needPowerStateChangeLocked()734 || (newState.mState == CpmsState.WAIT_FOR_VHAL); in needPowerStateChangeLocked()1005 public static final int WAIT_FOR_VHAL = 0; field in CarPowerManagementService.CpmsState1043 this.mState = WAIT_FOR_VHAL; in CpmsState()1075 case WAIT_FOR_VHAL: baseName = "WAIT_FOR_VHAL"; break; in name()[all …]
48 public static final int SET_WAIT_FOR_VHAL = VehicleApPowerStateReport.WAIT_FOR_VHAL;199 setPowerState(VehicleApPowerStateReport.WAIT_FOR_VHAL, 0); in sendWaitForVhal()
292 DEFAULT_WAIT_TIMEOUT_MS, VehicleApPowerStateReport.WAIT_FOR_VHAL); in assertWaitForVhal()294 assertEquals(VehicleApPowerStateReport.WAIT_FOR_VHAL, first[0]); in assertWaitForVhal()
66 int WAIT_FOR_VHAL = 1; field
361 mCarLocationService.onStateChanged(CarPowerStateListener.WAIT_FOR_VHAL, null); in testDoesNotThrowExceptionUponPowerStateChanged()