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.java564 private InvocationThread mInvocationThread = null; field in CommandScheduler.InvocationThreadMonitor
568 mInvocationThread = toMonitor; in InvocationThreadMonitor()
573 if (mInvocationThread != null) { in run()
575 mInvocationThread.stopInvocation( in run()