Home
last modified time | relevance | path

Searched refs:SHUTDOWN_CANCELLED (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DPowerHalService.java76 public static final int SET_SHUTDOWN_CANCELLED = VehicleApPowerStateReport.SHUTDOWN_CANCELLED;
290 setPowerState(VehicleApPowerStateReport.SHUTDOWN_CANCELLED, 0); in sendShutdownCancel()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/garagemode/
H A DControllerTest.java157 mController.onStateChanged(CarPowerStateListener.SHUTDOWN_CANCELLED, null); in testOnShutdownCancelled_shouldCancelGarageMode()
299 controller.onStateChanged(CarPowerStateListener.SHUTDOWN_CANCELLED, null); in testOnStateChanged()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/power/
H A DCarPowerManagementTest.java140 VehicleApPowerStateReport.SHUTDOWN_CANCELLED); in testCancelShutdownFromShutdownPrepare()
155 VehicleApPowerStateReport.SHUTDOWN_CANCELLED); in testCancelShutdownFromWaitForFinish()
/aosp12/packages/services/Car/service/src/com/android/car/garagemode/
H A DController.java88 case CarPowerStateListener.SHUTDOWN_CANCELLED: in onStateChanged()
/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java491 case CarPowerStateListener.SHUTDOWN_CANCELLED: in handleWaitForVhal()
889 nextListenerState = CarPowerStateListener.SHUTDOWN_CANCELLED; in doHandleDeepSleep()
1675 this.mCarPowerStateListenerState = CarPowerStateListener.SHUTDOWN_CANCELLED; in CpmsState()
1770 CarPowerStateListener.SHUTDOWN_CANCELLED)); in forceSimulatedResume()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleHalServer.cpp277 case toInt(VehicleApPowerStateReport::SHUTDOWN_CANCELLED): in onSetProperty()
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/
H A DCarPowerManager.java145 int SHUTDOWN_CANCELLED = 8; field
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarLocationServiceTest.java360 mCarLocationService.onStateChanged(CarPowerStateListener.SHUTDOWN_CANCELLED, null); in testDoesNotThrowExceptionUponPowerStateChanged()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal3641 * VehicleApPowerStateReport#SHUTDOWN_CANCELLED, or
3651 * VehicleApPowerStateReport#SHUTDOWN_CANCELLED,
3789 SHUTDOWN_CANCELLED = 0x8,