Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java443 int RIL_UNSOL_CDMA_INFO_REC = 1027; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java3054 case RIL_UNSOL_CDMA_INFO_REC: ret = responseCdmaInformationRecord(p); break; in processUnsolicited()
3353 case RIL_UNSOL_CDMA_INFO_REC: in processUnsolicited()
4109 int response = RIL_UNSOL_CDMA_INFO_REC; in notifyRegistrantsCdmaInfoRec()
4465 case RIL_UNSOL_CDMA_INFO_REC: return "UNSOL_CDMA_INFO_REC"; in responseToString()