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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java3336 notifyRegistrantsCdmaInfoRec(CdmaInformationRecords infoRec) { argument
3338 if (infoRec.record instanceof CdmaInformationRecords.CdmaDisplayInfoRec) {
3340 if (RILJ_LOGD) unsljLogRet(response, infoRec.record);
3342 new AsyncResult (null, infoRec.record, null));
3344 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaSignalInfoRec) {
3346 if (RILJ_LOGD) unsljLogRet(response, infoRec.record);
3348 new AsyncResult (null, infoRec.record, null));
3350 } else if (infoRec.record instanceof CdmaInformationRecords.CdmaNumberInfoRec) {
3352 if (RILJ_LOGD) unsljLogRet(response, infoRec.record);
3354 new AsyncResult (null, infoRec
[all...]

Completed in 187 milliseconds