Home
last modified time | relevance | path

Searched refs:advanceClockToNext (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
DFakeExecutorTest.java117 assertEquals(1, fakeExecutor.advanceClockToNext()); in testDelayed()
151 assertEquals(1, fakeExecutor.advanceClockToNext()); in testDelayed_AdvanceAndRun()
156 assertEquals(49, fakeExecutor.advanceClockToNext()); in testDelayed_AdvanceAndRun()
161 assertEquals(50, fakeExecutor.advanceClockToNext()); in testDelayed_AdvanceAndRun()
168 assertEquals(0, fakeExecutor.advanceClockToNext()); in testDelayed_AdvanceAndRun()
218 fakeExecutor.advanceClockToNext(); in testExecutionOrder()
221 fakeExecutor.advanceClockToNext(); in testExecutionOrder()
224 fakeExecutor.advanceClockToNext(); in testExecutionOrder()
233 fakeExecutor.advanceClockToNext(); in testExecutionOrder()
236 fakeExecutor.advanceClockToNext(); in testExecutionOrder()
[all …]
DFakeExecutor.java94 public long advanceClockToNext() { in advanceClockToNext() method in FakeExecutor
DRepeatableExecutorTest.java66 mFakeExecutor.advanceClockToNext(); in testRepeats()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DSeekBarViewModelTest.kt422 advanceClockToNext() in queuePollTaskWhenListening()
442 advanceClockToNext() in noQueuePollTaskWhenNotListening()
468 advanceClockToNext() in pollTaskQueuesAnotherPollTaskWhenPlaying()
487 advanceClockToNext() in noQueuePollTaskWhenSeeking()
493 advanceClockToNext() in noQueuePollTaskWhenSeeking()
513 advanceClockToNext() in queuePollTaskWhenDoneSeekingWithFalse()
523 advanceClockToNext() in queuePollTaskWhenDoneSeekingWithFalse()
542 advanceClockToNext() in noQueuePollTaskWhenDoneSeeking()
551 advanceClockToNext() in noQueuePollTaskWhenDoneSeeking()
564 advanceClockToNext() in startListeningQueuesPollTask()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/sensors/
DProximityCheckTest.java78 mFakeExecutor.advanceClockToNext(); in testTimeout()
/frameworks/base/packages/SystemUI/docs/
Dexecutors.md230 <td>advanceClockToNext()</td>
264 `advanceClockToNext()` and `advanceClockToLast()`, this behavior will not be
293 executor.advanceClockToNext(); // One more thing ready to run.
296 executor.advanceClockToNext(); // One more thing ready to run.