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.java3826 int numberOfInfoRecs; in responseCdmaInformationRecord() local
3833 numberOfInfoRecs = p.readInt(); in responseCdmaInformationRecord()
3834 response = new ArrayList<CdmaInformationRecords>(numberOfInfoRecs); in responseCdmaInformationRecord()
3836 for (int i = 0; i < numberOfInfoRecs; i++) { in responseCdmaInformationRecord()
3924 int numberOfInfoRecs; in responseCellInfoList() local
3931 numberOfInfoRecs = p.readInt(); in responseCellInfoList()
3932 response = new ArrayList<CellInfo>(numberOfInfoRecs); in responseCellInfoList()
3934 for (int i = 0; i < numberOfInfoRecs; i++) { in responseCellInfoList()