Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java1194 mCi.getBasebandVersion(obtainMessage(EVENT_GET_BASEBAND_VERSION_DONE)); in handleMessage()
1201 case EVENT_GET_BASEBAND_VERSION_DONE:{ in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java1433 obtainMessage(EVENT_GET_BASEBAND_VERSION_DONE)); in handleMessage()
1465 case EVENT_GET_BASEBAND_VERSION_DONE: in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java129 protected static final int EVENT_GET_BASEBAND_VERSION_DONE = 6; field in PhoneBase