HomeSort by relevance Sort by last modified time
    Searched defs:UNPAUSED (Results 1 - 5 of 5) sorted by null

  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Scheduler.java 5 import static org.robolectric.util.Scheduler.IdleState.UNPAUSED;
44 UNPAUSED,
57 private volatile IdleState idleState = UNPAUSED;
71 * {@link IdleState#UNPAUSED} state any tasks scheduled to be run at or before the current time
81 case UNPAUSED:
111 * Un-pause the scheduler. Equivalent to <tt>setIdleState(UNPAUSED)</tt>.
117 setIdleState(UNPAUSED);
279 idleState = UNPAUSED;
299 * {@link IdleState#UNPAUSED}.
305 setIdleState(shouldIdleConstantly ? CONSTANT_IDLE : UNPAUSED);
    [all...]
  /prebuilts/misc/common/robolectric/3.5.1/lib/
utils-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
utils-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
utils-3.6.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-utils-3.1.1.jar 

Completed in 85 milliseconds