Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java3741 int numberOfInfoRecs; in responseCdmaInformationRecord() local
3748 numberOfInfoRecs = p.readInt(); in responseCdmaInformationRecord()
3749 response = new ArrayList<CdmaInformationRecords>(numberOfInfoRecs); in responseCdmaInformationRecord()
3751 for (int i = 0; i < numberOfInfoRecs; i++) { in responseCdmaInformationRecord()
3839 int numberOfInfoRecs; in responseCellInfoList() local
3846 numberOfInfoRecs = p.readInt(); in responseCellInfoList()
3847 response = new ArrayList<CellInfo>(numberOfInfoRecs); in responseCellInfoList()
3849 for (int i = 0; i < numberOfInfoRecs; i++) { in responseCellInfoList()