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
46 public void sleep(int seconds) throws InterruptedException { in sleep() method in CmdUtilTest.MockSleeper
36 public interface ISleeper { public void sleep(int seconds) throws InterruptedException; } in sleep() method