Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DCarPowerManagementService.java886 int nextListenerState; in doHandleDeepSleep() local
889 nextListenerState = CarPowerStateListener.SHUTDOWN_CANCELLED; in doHandleDeepSleep()
898 nextListenerState = CarPowerStateListener.SUSPEND_EXIT; in doHandleDeepSleep()
906 onApPowerStateChange(CpmsState.WAIT_FOR_VHAL, nextListenerState); in doHandleDeepSleep()