Searched refs:getThread (Results 1 – 11 of 11) sorted by relevance
97 Thread getThread = in testCheckedGetThrowsApplicationExceptionOnInterruption() local115 getThread.start(); in testCheckedGetThrowsApplicationExceptionOnInterruption()118 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()
288 Assertions.checkState(handler.getLooper().getThread() != Thread.currentThread()); in blockUntilDelivered()335 Assertions.checkState(handler.getLooper().getThread() != Thread.currentThread()); in experimental_blockUntilDelivered()
1303 if (!handler.getLooper().getThread().isAlive()) { in sendMessageToTargetThread()
117 public final Thread getThread() { in getThread() method in WaitingThread
120 Assertions.checkState(Thread.currentThread() != getMainLooper().getThread()); in runTest()
153 ConnectionThread getThread(HttpHost host) { in getThread() method in RequestQueue.ActivePool
84 assertThat(Looper.getMainLooper().getThread()).isSameAs(Thread.currentThread()); in mainLooperThread_shouldBeTestThread()
2974 method @Deprecated public final Thread getThread();