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.java97 throw new ConnectionException(ConnectionException.FAILURE_BIND); in getInstantAppResolveInfoList()
132 throw new ConnectionException(ConnectionException.FAILURE_BIND); in getInstantAppIntentFilterList()
202 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()
231 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()
294 public static final int FAILURE_BIND = 1; field in InstantAppResolverConnection.ConnectionException
DInstantAppResolver.java158 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()
247 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()