Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java451 int RIL_UNSOL_CDMA_INFO_REC = 1027; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java22 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CDMA_INFO_REC;
547 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_CDMA_INFO_REC, cdmaInformationRecords); in cdmaInfoRec()
DRIL.java4403 int response = RIL_UNSOL_CDMA_INFO_REC; in notifyRegistrantsCdmaInfoRec()
4796 case RIL_UNSOL_CDMA_INFO_REC: in responseToString()