HomeSort by relevance Sort by last modified time
    Searched defs:mainLooper (Results 1 - 3 of 3) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LooperTest.java 41 Looper mainLooper = Looper.getMainLooper();
44 assertSame("junit test's thread should use the main looper", mainLooper, thisThreadsLooper);
59 assertNotSame(mainLooper, thread1Looper[0]);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 82 private Looper mainLooper = ShadowLooper.myLooper();
483 return mainLooper;
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 

Completed in 1223 milliseconds