Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolverConnection.java90 throws ConnectionException { in getInstantAppResolveInfoList()
97 throw new ConnectionException(ConnectionException.FAILURE_BIND); in getInstantAppResolveInfoList()
99 throw new ConnectionException(ConnectionException.FAILURE_INTERRUPTED); in getInstantAppResolveInfoList()
105 throw new ConnectionException(ConnectionException.FAILURE_CALL); in getInstantAppResolveInfoList()
118 throws ConnectionException { in getInstantAppIntentFilterList()
132 throw new ConnectionException(ConnectionException.FAILURE_BIND); in getInstantAppIntentFilterList()
134 throw new ConnectionException(ConnectionException.FAILURE_INTERRUPTED); in getInstantAppIntentFilterList()
202 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()
231 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()
293 public static class ConnectionException extends Exception { class in InstantAppResolverConnection
[all …]
H A DInstantAppResolver.java58 import com.android.server.pm.InstantAppResolverConnection.ConnectionException;
159 } catch (ConnectionException e) { in doInstantAppResolutionPhaseOne()
160 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()
162 } else if (e.failure == ConnectionException.FAILURE_CALL) { in doInstantAppResolutionPhaseOne()
248 } catch (ConnectionException e) { in doInstantAppResolutionPhaseTwo()
250 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()
/aosp14/frameworks/base/services/
H A Dart-profile12991 Lcom/android/server/pm/InstantAppResolverConnection$ConnectionException;