Searched refs:hasQuit (Results 1 – 2 of 2) sorted by relevance
144 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()
135 public boolean hasQuit() { in hasQuit() method in ShadowLooper