Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java5941 notifyRegistrantsCdmaInfoRec(CdmaInformationRecords infoRec) { in notifyRegistrantsCdmaInfoRec() argument
5943 if (infoRec.record instanceof CdmaInformationRecords.CdmaDisplayInfoRec) { in notifyRegistrantsCdmaInfoRec()
5945 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
5947 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
5949 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaSignalInfoRec) { in notifyRegistrantsCdmaInfoRec()
5951 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
5953 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
5955 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaNumberInfoRec) { in notifyRegistrantsCdmaInfoRec()
5957 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
5959 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
[all …]
DRadioIndication.java569 int numberOfInfoRecs = records.infoRec.size(); in cdmaInfoRec()
571 CdmaInformationRecord record = records.infoRec.get(i); in cdmaInfoRec()