Searched refs:mLastSleepTime (Results 1 – 1 of 1) sorted by relevance
283 private long mLastSleepTime; field in PowerManagerService1323 if (eventTime < mLastSleepTime || eventTime < mLastWakeTime in userActivityNoUpdateLocked()1390 if (eventTime < mLastSleepTime || mWakefulness == WAKEFULNESS_AWAKE in wakeUpNoUpdateLocked()1475 mLastSleepTime = eventTime; in goToSleepNoUpdateLocked()2389 if (mLastScreenBrightnessBoostTime > mLastSleepTime) { in updateScreenBrightnessBoostLocked()3222 pw.println(" mLastSleepTime=" + TimeUtils.formatUptime(mLastSleepTime)); in dumpInternal()3450 proto.write(PowerServiceDumpProto.LAST_SLEEP_TIME_MS, mLastSleepTime); in dumpProto()