Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolverConnection.java96 throw new ConnectionException(ConnectionException.FAILURE_BIND); in getInstantAppResolveInfoList()
133 throw new ConnectionException(ConnectionException.FAILURE_BIND); in getInstantAppIntentFilterList()
203 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()
232 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()
295 public static final int FAILURE_BIND = 1; field in InstantAppResolverConnection.ConnectionException
DInstantAppResolver.java142 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()
231 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()