Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java159 private Long mStopRequestTime = null; field in TestInvocation
380 if (mStopRequestTime != null) { in performInvocation()
383 long latency = System.currentTimeMillis() - mStopRequestTime; in performInvocation()
987 if (mStopRequestTime == null) { in notifyInvocationStopped()
988 mStopRequestTime = System.currentTimeMillis(); in notifyInvocationStopped()