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.java1355 ArrayList<CellInfo> privateCellInfoList = new ArrayList<CellInfo>(cellInfoList.size()); in privatizeCellInfoList() local
1368 privateCellInfoList.add(privateCellInfoCdma); in privatizeCellInfoList()
1370 privateCellInfoList.add(c); in privatizeCellInfoList()
1373 cellInfoList = privateCellInfoList; in privatizeCellInfoList()