Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java283 private RemoteException mTmpRemoteException; field in RootWindowContainer
1942 mTmpRemoteException = null; in attachApplication()
1946 if (mTmpRemoteException != null) { in attachApplication()
1962 if (mTmpRemoteException != null) { in attachApplication()
1963 throw mTmpRemoteException; in attachApplication()
1989 mTmpRemoteException = e; in startActivityForAttachedApplicationIfNeeded()