Searched refs:lastException (Results 1 – 2 of 2) sorted by relevance
180 RemoteException lastException = null;187 lastException = e;191 if (lastException == null) {192 lastException = new RemoteException("Unable to start server");195 throw lastException;
349 ParcelableException lastException = mLastException; in maybeThrowExceptionLocked() local352 lastException.maybeRethrow(IOException.class); in maybeThrowExceptionLocked()356 throw new RuntimeException(lastException); in maybeThrowExceptionLocked()