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;157 } catch (ConnectionException e) { in doInstantAppResolutionPhaseOne()158 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()160 } else if (e.failure == ConnectionException.FAILURE_CALL) { in doInstantAppResolutionPhaseOne()245 } catch (ConnectionException e) { in doInstantAppResolutionPhaseTwo()247 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()
29725 PLcom/android/server/pm/InstantAppResolverConnection$ConnectionException;-><init>(I)V54770 Lcom/android/server/pm/InstantAppResolverConnection$ConnectionException;