Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java2029 throwIfDeviceInInvocationThread(context.getDevices()); in startInvocation()
2082 private synchronized void throwIfDeviceInInvocationThread(List<ITestDevice> devices) { in throwIfDeviceInInvocationThread() method in CommandScheduler