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()
236 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()
304 public static final int FAILURE_BIND = 1; field in InstantAppResolverConnection.ConnectionException
DInstantAppResolver.java161 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()
251 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()