Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3229 int shutdownType) { in CpmsState() argument
3233 this.mShutdownType = shutdownType; in CpmsState()
3349 public void simulateSuspendAndMaybeReboot(@PowerState.ShutdownType int shutdownType, in simulateSuspendAndMaybeReboot() argument
3351 simulateSuspendAndMaybeReboot(shutdownType, shouldReboot, skipGarageMode, wakeupAfter, in simulateSuspendAndMaybeReboot()
3369 public void simulateSuspendAndMaybeReboot(@PowerState.ShutdownType int shutdownType, in simulateSuspendAndMaybeReboot() argument
3372 boolean isDeepSleep = shutdownType == PowerState.SHUTDOWN_TYPE_DEEP_SLEEP; in simulateSuspendAndMaybeReboot()