Searched refs:infoRec (Results 1 – 2 of 2) sorted by relevance
6584 notifyRegistrantsCdmaInfoRec(CdmaInformationRecords infoRec) { in notifyRegistrantsCdmaInfoRec() argument6586 if (infoRec.record instanceof CdmaInformationRecords.CdmaDisplayInfoRec) { in notifyRegistrantsCdmaInfoRec()6588 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()6590 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()6592 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaSignalInfoRec) { in notifyRegistrantsCdmaInfoRec()6594 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()6596 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()6598 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaNumberInfoRec) { in notifyRegistrantsCdmaInfoRec()6600 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()6602 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()[all …]
632 int numberOfInfoRecs = records.infoRec.size(); in cdmaInfoRec()634 CdmaInformationRecord record = records.infoRec.get(i); in cdmaInfoRec()