Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java3876 notifyRegistrantsCdmaInfoRec(CdmaInformationRecords infoRec) { in notifyRegistrantsCdmaInfoRec() argument
3878 if (infoRec.record instanceof CdmaInformationRecords.CdmaDisplayInfoRec) { in notifyRegistrantsCdmaInfoRec()
3880 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
3882 new AsyncResult (null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
3884 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaSignalInfoRec) { in notifyRegistrantsCdmaInfoRec()
3886 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
3888 new AsyncResult (null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
3890 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaNumberInfoRec) { in notifyRegistrantsCdmaInfoRec()
3892 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
3894 new AsyncResult (null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
[all …]