Searched defs:IdleState (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWakeLockStateMachine.java61 private final IdleState mIdleState = new IdleState();
138 class IdleState extends State { class in class:WakeLockStateMachine
211 * Implemented by subclass to handle messages in {@link IdleState}.
213 * @return true to transition to {@link WaitingState}; false to stay in {@link IdleState}
H A DInboundSmsHandler.java84 * <p>The state machine starts in {@link IdleState} state. When the {@link SMSDispatcher} receives a
190 private final IdleState mIdleState = new IdleState();
355 private class IdleState extends State { class in class:InboundSmsHandler
370 log("IdleState.processMessage:" + msg.what);
482 * {@link IdleState} after any deferred {@link #EVENT_BROADCAST_SMS} messages are handled.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java234 private final State mIdleState = new IdleState();
268 private class IdleState extends State { class in class:SoftApManager.SoftApStateMachine
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java438 * executed after transitioning back to IdleState.
452 private final IdleState mIdleState = new IdleState();
576 * directly, but is instead indented as a parent state of ScanningState and IdleState
619 // this scan will be scheduled when transitioning back to IdleState
647 class IdleState extends State { class in class:WifiScanningServiceImpl.WifiSingleScanStateMachine

Completed in 82 milliseconds