Home
last modified time | relevance | path

Searched refs:getThread (Results 1 – 7 of 7) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
DAbstractCheckedFutureTest.java106 Thread getThread = new Thread(new Runnable() { in testCheckedGetThrowsApplicationExceptionOnInterruption() local
122 getThread.start(); in testCheckedGetThrowsApplicationExceptionOnInterruption()
125 getThread.interrupt(); in testCheckedGetThrowsApplicationExceptionOnInterruption()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DSurfaceTextureHelper.java325 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()) {
/external/nist-sip/java/gov/nist/core/
DThreadAuditor.java59 public Thread getThread() { in getThread() method in ThreadAuditor.ThreadHandle
142 Thread thread = threadHandle.getThread(); in auditThreads()
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DWaitingThread.java117 public final Thread getThread() { in getThread() method in WaitingThread
/external/apache-http/android/src/android/net/http/
DRequestQueue.java153 ConnectionThread getThread(HttpHost host) { in getThread() method in RequestQueue.ActivePool
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLooperTest.java84 assertThat(Looper.getMainLooper().getThread()).isSameAs(Thread.currentThread()); in mainLooperThread_shouldBeTestThread()
/external/apache-http/api/
Dcurrent.txt2974 method @Deprecated public final Thread getThread();