Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 3 of 3) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/
DAppSetupPreparer.java287 void sleep(Duration duration) throws InterruptedException; in sleep() method
295 public void sleep(Duration duration) throws InterruptedException { in sleep() method in AppSetupPreparer.Sleepers.DefaultSleeper
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/
DAppSetupPreparerTest.java501 public void sleep(Duration duration) throws InterruptedException { in sleep() method in AppSetupPreparerTest.FakeSleeper
512 public void sleep(Duration duration) throws InterruptedException { in sleep() method in AppSetupPreparerTest.FakeInterruptedSleeper
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java460 void sleep(long milliseconds) throws InterruptedException; in sleep() method