Searched defs:sleep (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/tests/src/com/android/camera/stress/
H A DShotToShotLatency.java78 private void sleep(long time) { method in class:ShotToShotLatency
80 Thread.sleep(time);
100 sleep(SNAPSHOT_WAIT);
/packages/apps/Mms/tests/src/com/android/mms/ui/
H A DSmsTest.java202 protected void sleep(long sleepTime) { method in class:SmsTest
204 Thread.sleep(sleepTime);
246 sleep( 5 * 1000); // wait 5 seconds between checks
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java241 Thread.sleep(200);
269 protected static void sleep(final int milliseconds) { method in class:InputTestsBase
271 Thread.sleep(milliseconds);
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEasAccountService.java108 // The amount of time the account mailbox will sleep if there are no pingable mailboxes
505 private void sleep(long ms, boolean runAsleep) { method in class:EasAccountService
510 Thread.sleep(ms);
767 sleep(60*SECONDS, true);
770 // TODO Change sleep to wait and use notify from ExchangeService when a sync ends
771 sleep(2*SECONDS, false);
779 sleep(10*SECONDS, true);
781 // In this case, we're still syncing mailboxes, so sleep for only a short time
782 sleep(45*SECONDS, true);
786 // Let the device sleep i
[all...]

Completed in 808 milliseconds