Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java128 RuntimeException interruptedException = null; in run() local
136 interruptedException = interrupted; in run()
161 if (interruptedException != null) { in run()
162 throw interruptedException; in run()