Searched refs:futuresCopy (Results 1 – 1 of 1) sorted by relevance
52 ImmutableList<MockScheduledFuture<?>> futuresCopy = ImmutableList.copyOf(mFutures); in fastForwardTime() local55 for (MockScheduledFuture<?> future : futuresCopy) { in fastForwardTime()