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.java4234 notifyRegistrantsCdmaInfoRec(CdmaInformationRecords infoRec) { in notifyRegistrantsCdmaInfoRec() argument
4236 if (infoRec.record instanceof CdmaInformationRecords.CdmaDisplayInfoRec) { in notifyRegistrantsCdmaInfoRec()
4238 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
4240 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
4242 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaSignalInfoRec) { in notifyRegistrantsCdmaInfoRec()
4244 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
4246 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
4248 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaNumberInfoRec) { in notifyRegistrantsCdmaInfoRec()
4250 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
4252 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
[all …]
DRadioIndication.java458 int numberOfInfoRecs = records.infoRec.size(); in cdmaInfoRec()
460 CdmaInformationRecord record = records.infoRec.get(i); in cdmaInfoRec()