Searched refs:areAnyRunnable (Results 1 – 2 of 2) sorted by relevance
156 assertThat(shadowOf(looper).getScheduler().areAnyRunnable()).named("areAnyRunnable").isFalse(); in shouldNotQueueMessagesIfLooperIsQuit()171 assertThat(shadowOf(looper).getScheduler().areAnyRunnable()).named("areAnyRunnable").isFalse(); in shouldThrowawayRunnableQueueIfLooperQuits()198 assertThat(sLooper.getScheduler().areAnyRunnable()).named("areAnyRunnable").isFalse(); in shouldResetQueue_whenLooperIsReset()
289 public synchronized boolean areAnyRunnable() { in areAnyRunnable() method in Scheduler