Searched refs:EVENT_GET_RADIO_CAPABILITY (Results 1 – 3 of 3) sorted by relevance
3212 mCi.getRadioCapability(obtainMessage(EVENT_GET_RADIO_CAPABILITY)); in handleRadioAvailable()3392 mCi.getRadioCapability(obtainMessage(EVENT_GET_RADIO_CAPABILITY)); in handleMessage()3586 case EVENT_GET_RADIO_CAPABILITY: in handleMessage()
223 protected static final int EVENT_GET_RADIO_CAPABILITY = 35; field in Phone
1510 assertEquals(captor.getValue().what, Phone.EVENT_GET_RADIO_CAPABILITY); in testEventCarrierConfigChanged()