Searched refs:exceptionHolder (Results 1 – 1 of 1) sorted by relevance
45 final Exception[] exceptionHolder = new Exception[1]; in testCompleteSessionOnNonMainThread() local53 exceptionHolder[0] = e; in testCompleteSessionOnNonMainThread()59 if (exceptionHolder[0] != null) in testCompleteSessionOnNonMainThread()60 throw exceptionHolder[0]; in testCompleteSessionOnNonMainThread()