Searched refs:mainLooper (Results 1 – 2 of 2) sorted by relevance
41 Looper mainLooper = Looper.getMainLooper(); in differentThreadsGetDifferentLoopers() local44 assertSame("junit test's thread should use the main looper", mainLooper, thisThreadsLooper); in differentThreadsGetDifferentLoopers()59 assertNotSame(mainLooper, thread1Looper[0]); in differentThreadsGetDifferentLoopers()
82 private Looper mainLooper = ShadowLooper.myLooper(); field in ShadowApplication483 return mainLooper; in getMainLooper()