Home
last modified time | relevance | path

Searched defs:future (Results 1 – 4 of 4) sorted by relevance

/art/libartservice/service/javatests/com/android/server/art/
DBackgroundDexoptJobTest.java193 Future<Result> future = mBackgroundDexoptJob.start(); in testCancel() local
DDexoptHelperTest.java382 Future<DexoptResult> future = ForkJoinPool.commonPool().submit(() -> { in testDexoptCancelledDuringDex2oatInvocationsMultiThreaded() local
435 Future<DexoptResult> future = ForkJoinPool.commonPool().submit(() -> { in testDexoptCancelledDuringDex2oatInvocationsOnCurrentThread() local
/art/libartservice/service/java/com/android/server/art/
DUtils.java288 public static <T> T getFuture(Future<T> future) { in getFuture()
DArtShellCommand.java377 CompletableFuture<BackgroundDexoptJob.Result> future = in handleBgDexoptJob() local