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