Searched refs:mFutures (Results 1 – 2 of 2) sorted by relevance
44 private final List<MockScheduledFuture<?>> mFutures = new ArrayList<>(); field in MockScheduledExecutorService52 ImmutableList<MockScheduledFuture<?>> futuresCopy = ImmutableList.copyOf(mFutures); in fastForwardTime()53 mFutures.clear(); in fastForwardTime()61 mFutures.add(future); in fastForwardTime()72 return mFutures; in getFutures()87 mFutures.add(future); in schedule()234 return mFutures.remove(this); in cancel()244 return !mFutures.contains(this); in isDone()
363 private final List<CompletableFuture<Long>> mFutures = new ArrayList<>(); field in Installer.Batch379 mFutures.add(future); in createAppData()404 final CompletableFuture<Long> future = mFutures.get(i + j); in execute()