Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLooper.java39 …private static Map<Thread, Looper> loopingLoopers = Collections.synchronizedMap(new WeakHashMap<Th… field in ShadowLooper
55 synchronized (loopingLoopers) { in resetThreadLoopers()
56 for (Looper looper : loopingLoopers.values()) { in resetThreadLoopers()
82 loopingLoopers.put(Thread.currentThread(), realObject); in __constructor__()
148 return isMainThread(thread) ? mainLooper : loopingLoopers.get(thread); in getLooperForThread()