Searched defs:completeExceptionally (Results 1 – 2 of 2) sorted by relevance
427 void completeExceptionally(@NonNull Job<?, ?> job, @NonNull Throwable ex) { in completeExceptionally() method in ServiceConnector.Impl737 completeExceptionally(new IllegalStateException("ServiceConnector is a no-op")); in completeExceptionally() method
144 public boolean completeExceptionally(@NonNull Throwable ex) { in completeExceptionally() method in AndroidFuture