Searched refs:fastForwardTime (Results 1 – 3 of 3) sorted by relevance
197 long futuresExecuted = mMockScheduledExecutorService.fastForwardTime( in testDataPersistenceAndRestoration()205 mMockScheduledExecutorService.fastForwardTime(3L * DateUtils.MINUTE_IN_MILLIS); in testDataPersistenceAndRestoration()229 mMockScheduledExecutorService.fastForwardTime(3L * DateUtils.MINUTE_IN_MILLIS); in testDelayedDiskWrites()235 mMockScheduledExecutorService.fastForwardTime(DateUtils.MINUTE_IN_MILLIS); in testDelayedDiskWrites()244 mMockScheduledExecutorService.fastForwardTime(3L * DateUtils.MINUTE_IN_MILLIS); in testDelayedDiskWrites()248 mMockScheduledExecutorService.fastForwardTime(3L * DateUtils.MINUTE_IN_MILLIS); in testDelayedDiskWrites()
50 long fastForwardTime(long millis) { in fastForwardTime() method in MockScheduledExecutorService
159 long futuresExecuted = mMockScheduledExecutorService.fastForwardTime( in testPersistenceAndRestoration()