Searched refs:mInteractivityThresholdMs (Results 1 – 1 of 1) sorted by relevance
115 private long mInteractivityThresholdMs = DEFAULT_INTERACTIVITY_THRESHOLD_MS; field in RebootReadinessManagerService453 return (now - mLastTimeNotInteractiveMs) > mInteractivityThresholdMs; in checkDeviceInteractivity()537 mInteractivityThresholdMs = DeviceConfig.getLong( in updateConfigs()