Home
last modified time | relevance | path

Searched refs:areAnyRunnable (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLooperTest.java156 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()
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DScheduler.java289 public synchronized boolean areAnyRunnable() { in areAnyRunnable() method in Scheduler