Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLooperTest.java145 assertWithMessage("hasQuit").that(shadowOf(looper).hasQuit()).isTrue(); in shouldNotQueueMessagesIfLooperIsQuit()
171 assertWithMessage("hasQuit").that(shadowOf(looper).hasQuit()).isTrue(); in shouldThrowawayRunnableQueueIfLooperQuits()
266 assertWithMessage("quit").that(shadowOf(mainLooper).hasQuit()).isFalse(); in soStaticRefsToLoopersInAppWorksAcrossTests_shouldRetainSameLooperForMainThreadBetweenResetsButGiveItAFreshScheduler()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLooper.java135 public boolean hasQuit() { in hasQuit() method in ShadowLooper