Searched defs:sleep (Results 1 – 4 of 4) sorted by relevance
32 int sleep = 125; in waitUntil() local
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