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.java339 int RIL_UNSOL_CDMA_INFO_REC = 1027; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2744 case RIL_UNSOL_CDMA_INFO_REC: ret = responseCdmaInformationRecord(p); break; in processUnsolicited()
3038 case RIL_UNSOL_CDMA_INFO_REC: in processUnsolicited()
3792 int response = RIL_UNSOL_CDMA_INFO_REC; in notifyRegistrantsCdmaInfoRec()
4094 case RIL_UNSOL_CDMA_INFO_REC: return "UNSOL_CDMA_INFO_REC"; in responseToString()