Searched refs:ConnectionException (Results 1 – 3 of 3) 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()202 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()231 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()293 public static class ConnectionException extends Exception { class in InstantAppResolverConnection[all …]
58 import com.android.server.pm.InstantAppResolverConnection.ConnectionException;159 } catch (ConnectionException e) { in doInstantAppResolutionPhaseOne()160 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()162 } else if (e.failure == ConnectionException.FAILURE_CALL) { in doInstantAppResolutionPhaseOne()248 } catch (ConnectionException e) { in doInstantAppResolutionPhaseTwo()250 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()
12991 Lcom/android/server/pm/InstantAppResolverConnection$ConnectionException;