Searched refs:allCellInfo (Results 1 – 1 of 1) sorted by relevance
691 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in getNetworkScanRequestForTesting() local693 for (int i = 0; i < allCellInfo.size(); i++) { in getNetworkScanRequestForTesting()694 RadioAccessSpecifier ras = getRadioAccessSpecifier(allCellInfo.get(i)); in getNetworkScanRequestForTesting()