Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java279 private boolean mShutdownOnNextSuspend; field in CarPowerManagementService
654 writer.printf("mShutdownOnNextSuspend: %b\n", mShutdownOnNextSuspend); in dump()
710 proto.write(CarPowerDumpProto.SHUTDOWN_ON_NEXT_SUSPEND, mShutdownOnNextSuspend); in dumpProto()
993 mShutdownOnNextSuspend = false; // This cancels the "NextSuspend" in handleWaitForVhal()
1192 if (mShutdownOnNextSuspend || ( in updateShutdownPrepareStatus()
1414 mShutdownOnNextSuspend = false; in doHandleFinish()
1994 mShutdownOnNextSuspend = true; in requestShutdownOnNextSuspend()