Searched refs:EVENT_GET_RADIO_CAPABILITY (Results 1 – 3 of 3) sorted by relevance
2818 mCi.getRadioCapability(obtainMessage(EVENT_GET_RADIO_CAPABILITY)); in handleRadioAvailable()2984 mCi.getRadioCapability(obtainMessage(EVENT_GET_RADIO_CAPABILITY)); in handleMessage()3198 case EVENT_GET_RADIO_CAPABILITY: in handleMessage()
207 protected static final int EVENT_GET_RADIO_CAPABILITY = 35; field in Phone
1576 assertEquals(captor.getValue().what, Phone.EVENT_GET_RADIO_CAPABILITY); in testEventCarrierConfigChanged()