Searched refs:numberOfInfoRecs (Results 1 – 1 of 1) sorted by relevance
3741 int numberOfInfoRecs; in responseCdmaInformationRecord() local3748 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() local3846 numberOfInfoRecs = p.readInt(); in responseCellInfoList()3847 response = new ArrayList<CellInfo>(numberOfInfoRecs); in responseCellInfoList()3849 for (int i = 0; i < numberOfInfoRecs; i++) { in responseCellInfoList()