Searched defs:future (Results 1 – 4 of 4) sorted by relevance
193 Future<Result> future = mBackgroundDexoptJob.start(); in testCancel() local
382 Future<DexoptResult> future = ForkJoinPool.commonPool().submit(() -> { in testDexoptCancelledDuringDex2oatInvocationsMultiThreaded() local435 Future<DexoptResult> future = ForkJoinPool.commonPool().submit(() -> { in testDexoptCancelledDuringDex2oatInvocationsOnCurrentThread() local
288 public static <T> T getFuture(Future<T> future) { in getFuture()
377 CompletableFuture<BackgroundDexoptJob.Result> future = in handleBgDexoptJob() local