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

/packages/apps/Mms/tests/src/com/android/mms/ui/
H A DMultiPartSmsTests.java74 // +" The curtain'd sleep; witchcraft celebrates"
141 private void sleep(long sleepTime) { method in class:MultiPartSmsTests
143 Thread.sleep(sleepTime);
162 sleep(5 * 1000);
174 sleep( 5 * 1000); // wait 5 seconds between checks
/packages/apps/Exchange/src/com/android/exchange/
H A DEasSyncService.java137 // The amount of time the account mailbox will sleep if there are no pingable mailboxes
309 Thread.sleep(POST_LOCK_TIMEOUT);
2131 sleep(60*SECONDS, true);
2134 // TODO Change sleep to wait and use notify from ExchangeService when a sync ends
2135 sleep(2*SECONDS, false);
2143 sleep(10*SECONDS, true);
2145 // In this case, we're still syncing mailboxes, so sleep for only a short time
2146 sleep(45*SECONDS, true);
2150 // Let the device sleep in the meantime...
2152 sleep(ACCOUNT_MAILBOX_SLEEP_TIM
2160 private void sleep(long ms, boolean runAsleep) { method in class:EasSyncService
[all...]

Completed in 258 milliseconds