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.java144 assertThat(shadowOf(looper).hasQuit()).named("hasQuit").isTrue(); in shouldNotQueueMessagesIfLooperIsQuit()
170 assertThat(shadowOf(looper).hasQuit()).named("hasQuit").isTrue(); in shouldThrowawayRunnableQueueIfLooperQuits()
265 assertThat(shadowOf(mainLooper).hasQuit()).named("quit").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