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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3556 notifyRegistrantsCdmaInfoRec(CdmaInformationRecords infoRec) { argument
3558 if (infoRec.record instanceof CdmaInformationRecords.CdmaDisplayInfoRec) {
3560 if (RILJ_LOGD) unsljLogRet(response, infoRec.record);
3562 new AsyncResult (null, infoRec.record, null));
3564 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaSignalInfoRec) {
3566 if (RILJ_LOGD) unsljLogRet(response, infoRec.record);
3568 new AsyncResult (null, infoRec.record, null));
3570 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaNumberInfoRec) {
3572 if (RILJ_LOGD) unsljLogRet(response, infoRec.record);
3574 new AsyncResult (null, infoRec
[all...]

Completed in 35 milliseconds