Searched refs:EVENT_RADIO_STATE_CHANGED (Results 1 – 4 of 4) sorted by relevance
82 if (msg.what == EVENT_RADIO_STATE_CHANGED) { in handleMessage()
238 protected static final int EVENT_RADIO_STATE_CHANGED = 1; field in ServiceStateTracker660 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null); in ServiceStateTracker()1273 case EVENT_RADIO_STATE_CHANGED: in handleMessage()
359 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null); in initOnce()2920 case EVENT_RADIO_STATE_CHANGED: { in handleMessage()
203 protected static final int EVENT_RADIO_STATE_CHANGED = 47; field in Phone