HomeSort by relevance Sort by last modified time
    Searched refs:IdleState (Results 1 - 23 of 23) sorted by null

  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
Scheduler.java 3 import static org.robolectric.util.Scheduler.IdleState.CONSTANT_IDLE;
4 import static org.robolectric.util.Scheduler.IdleState.PAUSED;
5 import static org.robolectric.util.Scheduler.IdleState.UNPAUSED;
35 public enum IdleState {
57 private volatile IdleState idleState = UNPAUSED;
62 * @see #setIdleState(IdleState)
65 public IdleState getIdleState() {
66 return idleState;
71 * {@link IdleState#UNPAUSED} state any tasks scheduled to be run at or before the current tim
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WakeLockStateMachine.java 61 private final IdleState mIdleState = new IdleState();
138 class IdleState extends State {
211 * Implemented by subclass to handle messages in {@link IdleState}.
213 * @return true to transition to {@link WaitingState}; false to stay in {@link IdleState}
InboundSmsHandler.java 83 * <p>The state machine starts in {@link IdleState} state. When the {@link SMSDispatcher} receives a
189 private final IdleState mIdleState = new IdleState();
365 private class IdleState extends State {
380 log("IdleState.processMessage:" + msg.what);
492 * {@link IdleState} after any deferred {@link #EVENT_BROADCAST_SMS} messages are handled.
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ClientModeManager.java 167 private final State mIdleState = new IdleState();
210 private class IdleState extends State {
214 Log.d(TAG, "entering IdleState");
ScanOnlyModeManager.java 146 private final State mIdleState = new IdleState();
182 private class IdleState extends State {
186 Log.d(TAG, "entering IdleState");
SoftApManager.java 287 private final State mIdleState = new IdleState();
323 private class IdleState extends State {
  /external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
SchedulerTest.java 4 import static org.robolectric.util.Scheduler.IdleState.CONSTANT_IDLE;
5 import static org.robolectric.util.Scheduler.IdleState.PAUSED;
6 import static org.robolectric.util.Scheduler.IdleState.UNPAUSED;
  /prebuilts/misc/common/robolectric/3.4.2/lib/
utils-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
utils-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
utils-3.6.1.jar 
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccountManager.java 36 import org.robolectric.util.Scheduler.IdleState;
155 * executed according to the {@link IdleState} of the corresponding {@link org.robolectric.util.Scheduler}.
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-utils-3.1.1.jar 
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningServiceImpl.java 436 * executed after transitioning back to IdleState.
450 private final IdleState mIdleState = new IdleState();
579 * directly, but is instead intended as a parent state of ScanningState and IdleState
625 // this scan will be scheduled when transitioning back to IdleState
653 class IdleState extends State {
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 198 milliseconds