Home
last modified time | relevance | path

Searched defs:catchingAsync (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DGwtFluentFutureCatchingSpecialization.java39 public final FluentFuture<V> catchingAsync( in catchingAsync() method in GwtFluentFutureCatchingSpecialization
DGwtFuturesCatchingSpecialization.java40 public static <V> ListenableFuture<V> catchingAsync( in catchingAsync() method in GwtFuturesCatchingSpecialization
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/tracing/
DPropagatedFluentFuture.java62 public final <X extends Throwable> PropagatedFluentFuture<V> catchingAsync( in catchingAsync() method in PropagatedFluentFuture
DPropagatedFutures.java63 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in PropagatedFutures
/external/guava/android/guava/src/com/google/common/util/concurrent/
DFluentFuture.java252 public final <X extends Throwable> FluentFuture<V> catchingAsync( in catchingAsync() method in FluentFuture
DFutures.java351 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in Futures
/external/guava/guava/src/com/google/common/util/concurrent/
DFluentFuture.java254 public final <X extends Throwable> FluentFuture<V> catchingAsync( in catchingAsync() method in FluentFuture
DFutures.java366 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catchingAsync( in catchingAsync() method in Futures
/external/downloader/src/main/java/com/google/android/downloader/
DDownloader.java735 .catchingAsync( in completeRequest() method in Downloader