Home
last modified time | relevance | path

Searched refs:mOutputMonitorLastChangeTime (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java844 private long mOutputMonitorLastChangeTime; field in RunUtil.RunnableResult
944 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()