Searched defs:sleep (Results 1 – 6 of 6) sorted by relevance
32 int sleep = 125; in waitUntil() local
32 default void sleep(long millis) throws InterruptedException { in sleep() method
130 public void sleep(long millis) { in sleep() method in PollingCheckTest.TestClock
287 void sleep(Duration duration) throws InterruptedException; in sleep() method295 public void sleep(Duration duration) throws InterruptedException { in sleep() method in AppSetupPreparer.Sleepers.DefaultSleeper
456 public void sleep(Duration duration) throws InterruptedException { in sleep() method in AppSetupPreparerTest.FakeSleeper467 public void sleep(Duration duration) throws InterruptedException { in sleep() method in AppSetupPreparerTest.FakeInterruptedSleeper
945 void sleep(long milliseconds) throws InterruptedException; in sleep() method