Searched refs:mLastException (Results 1 – 1 of 1) sorted by relevance
242 @GuardedBy("mLock") @Nullable private ParcelableException mLastException; field in StorageUserConnection.ActiveConnection343 mLastException = result.getParcelable(EXTRA_ERROR); in setResultLocked()348 if (mLastException != null) { in maybeThrowExceptionLocked()349 ParcelableException lastException = mLastException; in maybeThrowExceptionLocked()350 mLastException = null; in maybeThrowExceptionLocked()