Searched refs:ConnectionException (Results 1 – 3 of 3) sorted by relevance
89 int[] hashPrefix, int userId, String token) throws ConnectionException { in getInstantAppResolveInfoList()96 throw new ConnectionException(ConnectionException.FAILURE_BIND); in getInstantAppResolveInfoList()98 throw new ConnectionException(ConnectionException.FAILURE_INTERRUPTED); in getInstantAppResolveInfoList()105 throw new ConnectionException(ConnectionException.FAILURE_CALL); in getInstantAppResolveInfoList()118 throws ConnectionException { in getInstantAppIntentFilterList()133 throw new ConnectionException(ConnectionException.FAILURE_BIND); in getInstantAppIntentFilterList()135 throw new ConnectionException(ConnectionException.FAILURE_INTERRUPTED); in getInstantAppIntentFilterList()142 throws ConnectionException, TimeoutException, InterruptedException { in getRemoteInstanceLazy()169 throws ConnectionException, TimeoutException, InterruptedException { in bind()203 throw new ConnectionException(ConnectionException.FAILURE_BIND); in bind()[all …]
55 import com.android.server.pm.InstantAppResolverConnection.ConnectionException;141 } catch (ConnectionException e) { in doInstantAppResolutionPhaseOne()142 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseOne()144 } else if (e.failure == ConnectionException.FAILURE_CALL) { in doInstantAppResolutionPhaseOne()229 } catch (ConnectionException e) { in doInstantAppResolutionPhaseTwo()231 if (e.failure == ConnectionException.FAILURE_BIND) { in doInstantAppResolutionPhaseTwo()
19879 Lcom/android/server/pm/InstantAppResolverConnection$ConnectionException;