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