Searched refs:syncFuture (Results 1 – 1 of 1) sorted by relevance
62 final CompletableFuture<Object> syncFuture = new CompletableFuture<>(); in createSyncFuture() local63 syncFuture.completeOnTimeout(FUTURE_RESULT, syncFutureTimeout, timeUnit); in createSyncFuture()64 mFutureMap.put(workRequestID, syncFuture); in createSyncFuture()66 syncFuture, mFutureMap)); in createSyncFuture()