Searched refs:mOutputMonitorLastChangeTime (Results 1 – 1 of 1) sorted by relevance
844 private long mOutputMonitorLastChangeTime; field in RunUtil.RunnableResult944 mOutputMonitorLastChangeTime = 0; in run()1097 if (mOutputMonitorLastChangeTime == 0) { in checkOutputMonitor()1098 mOutputMonitorLastChangeTime = System.currentTimeMillis(); in checkOutputMonitor()1107 long idleTime = System.currentTimeMillis() - mOutputMonitorLastChangeTime; in checkOutputMonitor()1117 mOutputMonitorLastChangeTime = System.currentTimeMillis(); in checkOutputMonitor()