Searched refs:getLooperForThread (Results 1 – 2 of 2) sorted by relevance
94 return getLooperForThread(Thread.currentThread()); in myLooper()147 public static Looper getLooperForThread(Thread thread) { in getLooperForThread() method in ShadowLooper
96 assertThat(ShadowLooper.getLooperForThread(qt)).isSameInstanceAs(qt.looper); in getLooperForThread_returnsLooperForAThreadThatHasOne()101 …assertThat(ShadowLooper.getLooperForThread(Thread.currentThread())).isSameInstanceAs(Looper.getMai… in getLooperForThread_returnsLooperForMainThread()