Home
last modified time | relevance | path

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

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DLooperTest.java41 Looper mainLooper = Looper.getMainLooper(); in differentThreadsGetDifferentLoopers() local
44 assertSame("junit test's thread should use the main looper", mainLooper, thisThreadsLooper); in differentThreadsGetDifferentLoopers()
59 assertNotSame(mainLooper, thread1Looper[0]); in differentThreadsGetDifferentLoopers()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowApplication.java82 private Looper mainLooper = ShadowLooper.myLooper(); field in ShadowApplication
483 return mainLooper; in getMainLooper()