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.java6012 void notifyRegistrantsCdmaInfoRec(CdmaInformationRecords infoRec) { in notifyRegistrantsCdmaInfoRec() argument
6014 if (infoRec.record instanceof CdmaInformationRecords.CdmaDisplayInfoRec) { in notifyRegistrantsCdmaInfoRec()
6016 if (isLogOrTrace()) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
6018 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
6020 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaSignalInfoRec) { in notifyRegistrantsCdmaInfoRec()
6022 if (isLogOrTrace()) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
6024 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
6026 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaNumberInfoRec) { in notifyRegistrantsCdmaInfoRec()
6028 if (isLogOrTrace()) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
6030 new AsyncResult(null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
[all …]
DRadioIndication.java614 int numberOfInfoRecs = records.infoRec.size(); in cdmaInfoRec()
616 CdmaInformationRecord record = records.infoRec.get(i); in cdmaInfoRec()