Searched refs:serviceFlowResultFuture (Results 1 – 7 of 7) sorted by relevance
103 ListenableFuture<?> serviceFlowResultFuture = in run() local106 mServiceFlow.returnResultThroughCallback(serviceFlowResultFuture); in run()109 Futures.whenAllComplete(loadServiceFuture, serviceFlowResultFuture) in run()
50 default void returnResultThroughCallback(ListenableFuture<R> serviceFlowResultFuture) {} in returnResultThroughCallback() argument
290 ListenableFuture<DownloadCompletedOutputParcel> serviceFlowResultFuture) { in returnResultThroughCallback() argument298 FluentFuture.from(serviceFlowResultFuture) in returnResultThroughCallback()310 mCallback.onSuccess(serviceFlowResultFuture.get()); in returnResultThroughCallback()
208 ListenableFuture<EventOutputParcel> serviceFlowResultFuture) { in returnResultThroughCallback() argument210 serviceFlowResultFuture, in returnResultThroughCallback()
272 ListenableFuture<SurfacePackage> serviceFlowResultFuture) { in returnResultThroughCallback() argument274 serviceFlowResultFuture, in returnResultThroughCallback()
292 public void returnResultThroughCallback(ListenableFuture<Bundle> serviceFlowResultFuture) { in returnResultThroughCallback() argument294 serviceFlowResultFuture, in returnResultThroughCallback()
268 ListenableFuture<WebTriggerOutputParcel> serviceFlowResultFuture) { in returnResultThroughCallback() argument270 serviceFlowResultFuture, in returnResultThroughCallback()