Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java691 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in getNetworkScanRequestForTesting() local
693 for (int i = 0; i < allCellInfo.size(); i++) { in getNetworkScanRequestForTesting()
694 RadioAccessSpecifier ras = getRadioAccessSpecifier(allCellInfo.get(i)); in getNetworkScanRequestForTesting()