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
95 assertThat(ShadowLooper.getLooperForThread(qt)).isSameAs(qt.looper); in getLooperForThread_returnsLooperForAThreadThatHasOne()100 …assertThat(ShadowLooper.getLooperForThread(Thread.currentThread())).isSameAs(Looper.getMainLooper(… in getLooperForThread_returnsLooperForMainThread()