Searched refs:mLastSleepTime (Results 1 – 1 of 1) sorted by relevance
289 private long mLastSleepTime; field in PowerManagerService1267 if (eventTime < mLastSleepTime || eventTime < mLastWakeTime in userActivityNoUpdateLocked()1343 if (eventTime < mLastSleepTime || mWakefulness == WAKEFULNESS_AWAKE in wakeUpNoUpdateLocked()1435 mLastSleepTime = eventTime; in goToSleepNoUpdateLocked()2426 if (mLastScreenBrightnessBoostTime > mLastSleepTime) { in updateScreenBrightnessBoostLocked()3268 pw.println(" mLastSleepTime=" + TimeUtils.formatUptime(mLastSleepTime)); in dumpInternal()3503 proto.write(PowerManagerServiceDumpProto.LAST_SLEEP_TIME_MS, mLastSleepTime); in dumpProto()