Searched refs:allCellInfo (Results 1 – 4 of 4) sorted by relevance
279 private List<RadioAccessSpecifier> getRadioAccessSpecifier(List<CellInfo> allCellInfo) { in getRadioAccessSpecifier() argument284 for (int i = 0; i < allCellInfo.size(); i++) { in getRadioAccessSpecifier()285 CellInfo cellInfo = allCellInfo.get(i); in getRadioAccessSpecifier()456 List<CellInfo> allCellInfo = getCellInfo(); in buildNetworkScanRequest() local459 if (allCellInfo != null && allCellInfo.size() != 0) { in buildNetworkScanRequest()461 radioAccessSpecifier = getRadioAccessSpecifier(allCellInfo); in buildNetworkScanRequest()
338 List<CellInfo> allCellInfo = resultsCallback.cellInfo; in testCellInfo() local340 assertNotNull("TelephonyManager.getAllCellInfo() returned NULL!", allCellInfo); in testCellInfo()342 allCellInfo.size() > 0); in testCellInfo()345 for (CellInfo cellInfo : allCellInfo) { in testCellInfo()
5436 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in testGetAllCellInfo() local5437 assertTrue(!allCellInfo.isEmpty()); in testGetAllCellInfo()5438 for (CellInfo cellInfo : allCellInfo) { in testGetAllCellInfo()
690 telephonyManager.allCellInfo in nativeNoteOp()