Searched refs:EVENT_RADIO_STATE_CHANGED (Results 1 – 3 of 3) sorted by relevance
226 protected static final int EVENT_RADIO_STATE_CHANGED = 1; field in ServiceStateTracker613 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null); in ServiceStateTracker()1182 case EVENT_RADIO_STATE_CHANGED: in handleMessage()
324 mCi.registerForRadioStateChanged(this, EVENT_RADIO_STATE_CHANGED, null); in initOnce()2640 case EVENT_RADIO_STATE_CHANGED: { in handleMessage()
221 protected static final int EVENT_RADIO_STATE_CHANGED = 47; field in Phone