Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java59 private SandboxSetupThread setupThread; field in ParentSandboxInvocationExecution
149 setupThread.join(); in doSetup()
190 setupThread = in runDevicePreInvocationSetup()
196 setupThread.start(); in runDevicePreInvocationSetup()
204 setupThread.join(); in runDevicePreInvocationSetup()
272 setupThread.join(); in prepareAndRunSandbox()
281 if (setupThread.error != null) { in prepareAndRunSandbox()
283 throw setupThread.error; in prepareAndRunSandbox()