Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/storage/
DStorageUserConnection.java242 @GuardedBy("mLock") @Nullable private ParcelableException mLastException; field in StorageUserConnection.ActiveConnection
343 mLastException = result.getParcelable(EXTRA_ERROR); in setResultLocked()
348 if (mLastException != null) { in maybeThrowExceptionLocked()
349 ParcelableException lastException = mLastException; in maybeThrowExceptionLocked()
350 mLastException = null; in maybeThrowExceptionLocked()