Searched refs:infoRec (Results 1 – 2 of 2) sorted by relevance
5941 notifyRegistrantsCdmaInfoRec(CdmaInformationRecords infoRec) { in notifyRegistrantsCdmaInfoRec() argument5943 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 …]
569 int numberOfInfoRecs = records.infoRec.size(); in cdmaInfoRec()571 CdmaInformationRecord record = records.infoRec.get(i); in cdmaInfoRec()