Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java501 private InvocationThread mInvocationThread = null; field in CommandScheduler.InvocationThreadMonitor
505 mInvocationThread = toMonitor; in InvocationThreadMonitor()
510 if (mInvocationThread != null) { in run()
512 mInvocationThread.stopInvocation("Invocation Timeout Reached."); in run()