Searched refs:exceptionRef (Results 1 – 1 of 1) sorted by relevance
111 final AtomicReference<Exception> exceptionRef = new AtomicReference<>(); in callOnHandlerThread() local121 exceptionRef.set(e); in callOnHandlerThread()131 Exception exception = exceptionRef.get(); in callOnHandlerThread()