Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java1216 ArrayList<CellInfo> privateCellInfoList = new ArrayList<CellInfo>(cellInfoList.size()); in privatizeCellInfoList() local
1229 privateCellInfoList.add(privateCellInfoCdma); in privatizeCellInfoList()
1231 privateCellInfoList.add(c); in privatizeCellInfoList()
1234 cellInfoList = privateCellInfoList; in privatizeCellInfoList()