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

/packages/apps/Email/src/com/android/exchange/
H A DEasSyncService.java133 // The amount of time the account mailbox will sleep if there are no pingable mailboxes
290 Thread.sleep(POST_LOCK_TIMEOUT);
1867 sleep(60*SECONDS, true);
1870 // TODO Change sleep to wait and use notify from SyncManager when a sync ends
1871 sleep(2*SECONDS, false);
1879 sleep(10*SECONDS, true);
1883 // Let the device sleep in the meantime...
1885 sleep(ACCOUNT_MAILBOX_SLEEP_TIME, true);
1893 private void sleep(long ms, boolean runAsleep) { method in class:EasSyncService
1898 Thread.sleep(m
[all...]

Completed in 23 milliseconds