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.java3791 notifyRegistrantsCdmaInfoRec(CdmaInformationRecords infoRec) { in notifyRegistrantsCdmaInfoRec() argument
3793 if (infoRec.record instanceof CdmaInformationRecords.CdmaDisplayInfoRec) { in notifyRegistrantsCdmaInfoRec()
3795 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
3797 new AsyncResult (null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
3799 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaSignalInfoRec) { in notifyRegistrantsCdmaInfoRec()
3801 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
3803 new AsyncResult (null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
3805 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaNumberInfoRec) { in notifyRegistrantsCdmaInfoRec()
3807 if (RILJ_LOGD) unsljLogRet(response, infoRec.record); in notifyRegistrantsCdmaInfoRec()
3809 new AsyncResult (null, infoRec.record, null)); in notifyRegistrantsCdmaInfoRec()
[all …]