Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/javatests/src/org/webrtc/
DPeerConnectionTestJava.java45 final Exception[] exceptionHolder = new Exception[1]; in testCompleteSessionOnNonMainThread() local
53 exceptionHolder[0] = e; in testCompleteSessionOnNonMainThread()
59 if (exceptionHolder[0] != null) in testCompleteSessionOnNonMainThread()
60 throw exceptionHolder[0]; in testCompleteSessionOnNonMainThread()