Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java270 private long mShutdownStartTime; field in CarPowerManagementService
651 writer.printf("mShutdownStartTime: %d\n", mShutdownStartTime); in dump()
707 proto.write(CarPowerDumpProto.SHUTDOWN_START_TIME, mShutdownStartTime); in dumpProto()
1264 mShutdownStartTime = SystemClock.elapsedRealtime(); in doShutdownPrepare()
1830 if (!shutdownOnFinish && mLastSleepEntryTime > mShutdownStartTime) { in doHandleProcessingComplete()
2213 if (mLastSleepEntryTime > mShutdownStartTime in finishShutdownPrepare()