Searched refs:ConnectionException (Results 1 – 2 of 2) sorted by relevance
90 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 …]
59 import com.android.server.pm.InstantAppResolverConnection.ConnectionException;160 } catch (ConnectionException e) { in doInstantAppResolutionPhaseOne()161 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()163 } else if (e.failure == ConnectionException.FAILURE_CALL) { in doInstantAppResolutionPhaseOne()249 } catch (ConnectionException e) { in doInstantAppResolutionPhaseTwo()251 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()