Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVoiceIndication.java23 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CDMA_INFO_REC;
226 mRil.unsljLogRet(RIL_UNSOL_CDMA_INFO_REC, cdmaInformationRecords); in cdmaInfoRec()
DRadioIndication.java24 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CDMA_INFO_REC;
701 mRil.unsljLogRet(RIL_UNSOL_CDMA_INFO_REC, cdmaInformationRecords); in cdmaInfoRec()
DRILUtils.java234 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CDMA_INFO_REC;
5304 case RIL_UNSOL_CDMA_INFO_REC: in responseToString()
DRIL.java6013 int response = RIL_UNSOL_CDMA_INFO_REC; in notifyRegistrantsCdmaInfoRec()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java585 int RIL_UNSOL_CDMA_INFO_REC = 1027; field