Searched refs:downloadFlowFuture (Results 1 – 1 of 1) sorted by relevance
48 SettableFuture<Boolean> downloadFlowFuture) { in getFutureCallback() argument52 downloadFlowFuture.set(true); in getFutureCallback()57 downloadFlowFuture.setException(t); in getFutureCallback()81 SettableFuture<Boolean> downloadFlowFuture = SettableFuture.create();83 mInjector.getFutureCallback(downloadFlowFuture);87 return downloadFlowFuture;