Searched refs:getThread (Results 1 – 7 of 7) sorted by relevance
106 Thread getThread = new Thread(new Runnable() { in testCheckedGetThrowsApplicationExceptionOnInterruption() local122 getThread.start(); in testCheckedGetThrowsApplicationExceptionOnInterruption()125 getThread.interrupt(); in testCheckedGetThrowsApplicationExceptionOnInterruption()
325 if (handler.getLooper().getThread() != Thread.currentThread()) {408 if (handler.getLooper().getThread() == Thread.currentThread()) {451 if (handler.getLooper().getThread() != Thread.currentThread()) {472 if (handler.getLooper().getThread() != Thread.currentThread()) {
59 public Thread getThread() { in getThread() method in ThreadAuditor.ThreadHandle142 Thread thread = threadHandle.getThread(); in auditThreads()
117 public final Thread getThread() { in getThread() method in WaitingThread
75 public Thread getThread() {
104 assertTrue(shadowOf(Looper.getMainLooper()).getThread() == Thread.currentThread()); in testLoopThread()
153 ConnectionThread getThread(HttpHost host) { in getThread() method in RequestQueue.ActivePool