Searched defs:sleep (Results 1 – 3 of 3) sorted by relevance
287 void sleep(Duration duration) throws InterruptedException; in sleep() method295 public void sleep(Duration duration) throws InterruptedException { in sleep() method in AppSetupPreparer.Sleepers.DefaultSleeper
501 public void sleep(Duration duration) throws InterruptedException { in sleep() method in AppSetupPreparerTest.FakeSleeper512 public void sleep(Duration duration) throws InterruptedException { in sleep() method in AppSetupPreparerTest.FakeInterruptedSleeper
460 void sleep(long milliseconds) throws InterruptedException; in sleep() method