Home
last modified time | relevance | path

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

/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java279 private List<RadioAccessSpecifier> getRadioAccessSpecifier(List<CellInfo> allCellInfo) { in getRadioAccessSpecifier() argument
284 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() local
459 if (allCellInfo != null && allCellInfo.size() != 0) { in buildNetworkScanRequest()
461 radioAccessSpecifier = getRadioAccessSpecifier(allCellInfo); in buildNetworkScanRequest()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java338 List<CellInfo> allCellInfo = resultsCallback.cellInfo; in testCellInfo() local
340 assertNotNull("TelephonyManager.getAllCellInfo() returned NULL!", allCellInfo); in testCellInfo()
342 allCellInfo.size() > 0); in testCellInfo()
345 for (CellInfo cellInfo : allCellInfo) { in testCellInfo()
DTelephonyManagerTest.java5436 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in testGetAllCellInfo() local
5437 assertTrue(!allCellInfo.isEmpty()); in testGetAllCellInfo()
5438 for (CellInfo cellInfo : allCellInfo) { in testGetAllCellInfo()
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsLoggingTest.kt690 telephonyManager.allCellInfo in nativeNoteOp()