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

  /external/chromium_org/chrome/browser/
idle.h 10 enum IdleState {
23 typedef base::Callback<void(IdleState)> IdleCallback;
  /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
171 final IdleState mIdleState = new IdleState();
325 class IdleState extends State {
340 log("IdleState.processMessage:" + msg.what);
443 * {@link IdleState} after any deferred {@link #EVENT_BROADCAST_SMS} messages are handled.
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchStateMachine.java 45 private IdleState mIdleState = new IdleState();
74 private class IdleState extends State {
77 if (DBG) log("IdleState: enter");
93 log("IdleState: REQ_CONNECT");
117 log("IdleState: Receive invalid event EVENT_CONNECTED!");
124 log("IdleState: nothandled msg.what=0x" +

Completed in 158 milliseconds