Home
last modified time | relevance | path

Searched refs:EVENT_GET_RADIO_CAPABILITY (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3212 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()
DPhone.java223 protected static final int EVENT_GET_RADIO_CAPABILITY = 35; field in Phone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1510 assertEquals(captor.getValue().what, Phone.EVENT_GET_RADIO_CAPABILITY); in testEventCarrierConfigChanged()