Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DJarHostTest.java42 RuntimeException bufferedException = null; in run() local
46 bufferedException = e; in run()
52 if (bufferedException != null) { in run()
53 throw bufferedException; in run()