Lines Matching refs:Thread
104 import java.lang.Thread.State;
179 // The amount of time we allow for a thread to release its post lock after receiving an alert
267 * Try to wake up a sync thread that is waiting on an HttpClient POST and has waited past its
271 * the thread
309 Thread.sleep(POST_LOCK_TIMEOUT);
319 // If the thread is still hanging around and the same post is pending, let's try to
320 // stop the thread with an interrupt.
325 // Let the caller know we had to interrupt the thread
1263 Thread.currentThread().setName(mAccount.mDisplayName + ": Ping");
1786 String threadName = Thread.currentThread().getName();
1797 Thread.currentThread().setName(threadName);
2152 Thread.sleep(ms);
2429 mThread = Thread.currentThread();