Searched refs:mLastTimeNotInteractiveMs (Results 1 – 1 of 1) sorted by relevance
147 private long mLastTimeNotInteractiveMs = Long.MAX_VALUE; field in RebootReadinessManagerService453 return (now - mLastTimeNotInteractiveMs) > mInteractivityThresholdMs; in checkDeviceInteractivity()562 mLastTimeNotInteractiveMs = Long.MAX_VALUE; in noteInteractivityStateChanged()568 mLastTimeNotInteractiveMs = SystemClock.elapsedRealtime(); in noteInteractivityStateChanged()