Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
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()
141 throws ConnectionException, TimeoutException, InterruptedException { in getRemoteInstanceLazy()
168 throws ConnectionException, TimeoutException, InterruptedException { in bind()
202 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()
[all …]
DInstantAppResolver.java58 import com.android.server.pm.InstantAppResolverConnection.ConnectionException;
157 } catch (ConnectionException e) { in doInstantAppResolutionPhaseOne()
158 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()
160 } else if (e.failure == ConnectionException.FAILURE_CALL) { in doInstantAppResolutionPhaseOne()
245 } catch (ConnectionException e) { in doInstantAppResolutionPhaseTwo()
247 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()
/frameworks/base/services/
Dart-profile29725 PLcom/android/server/pm/InstantAppResolverConnection$ConnectionException;-><init>(I)V
54770 Lcom/android/server/pm/InstantAppResolverConnection$ConnectionException;