Searched refs:areAnyRunnable (Results 1 – 2 of 2) sorted by relevance
157 …assertWithMessage("areAnyRunnable").that(shadowOf(looper).getScheduler().areAnyRunnable()).isFalse… in shouldNotQueueMessagesIfLooperIsQuit()172 …assertWithMessage("areAnyRunnable").that(shadowOf(looper).getScheduler().areAnyRunnable()).isFalse… in shouldThrowawayRunnableQueueIfLooperQuits()199 assertWithMessage("areAnyRunnable").that(sLooper.getScheduler().areAnyRunnable()).isFalse(); in shouldResetQueue_whenLooperIsReset()
289 public synchronized boolean areAnyRunnable() { in areAnyRunnable() method in Scheduler