Searched refs:mLastSleepTime (Results 1 – 1 of 1) sorted by relevance
297 private long mLastSleepTime; field in PowerManagerService1382 if (eventTime < mLastSleepTime || eventTime < mLastWakeTime in userActivityNoUpdateLocked()1459 if (eventTime < mLastSleepTime || mWakefulness == WAKEFULNESS_AWAKE in wakeUpNoUpdateLocked()1524 mLastSleepTime = eventTime; in goToSleepNoUpdateLocked()2530 if (mLastScreenBrightnessBoostTime > mLastSleepTime) { in updateScreenBrightnessBoostLocked()3439 pw.println(" mLastSleepTime=" + TimeUtils.formatUptime(mLastSleepTime)); in dumpInternal()3676 proto.write(PowerManagerServiceDumpProto.LAST_SLEEP_TIME_MS, mLastSleepTime); in dumpProto()