Searched refs:EVENT_RESTART_RADIO (Results 1 – 2 of 2) sorted by relevance
391 sendEmptyMessageDelayed(EVENT_RESTART_RADIO, TIME_DELAYED_TO_RESTART_RADIO); in restartRadio()686 if (mPendingRestartRadio) removeMessages(EVENT_RESTART_RADIO); in onDisconnectDone()936 case EVENT_RESTART_RADIO: in handleMessage()
126 protected static final int EVENT_RESTART_RADIO = BASE + 26; field in DataConnectionTracker