Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
DTelephonyRegistryTestApp.java123 List<CellInfo> cellInfos = telephonyManager.getAllCellInfo(); in onCreate()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DGsmCellBroadcastHandler.java414 List<CellInfo> infos = tm.getAllCellInfo(); in getLacAndCid()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java870 doReturn(null).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()
874 doReturn(cellList).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()
958 doReturn(cellList).when(mTelephony).getAllCellInfo(); in testMakeFallbackUrls()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java1099 mCellInfoResult = mTelephonyManager.getAllCellInfo(); in updateAllCellInfo()
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java1246 mCellInfoResult = mTelephonyManager.getAllCellInfo(); in updateAllCellInfo()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2410 List<CellInfo> info = getAllCellInfo(callingPackage, callingFeatureId); in getNeighboringCellInfo()
2427 List<CellInfo> info = phone.getAllCellInfo(); in getCachedCellInfo()
2434 public List<CellInfo> getAllCellInfo(String callingPackage, String callingFeatureId) { in getAllCellInfo() method in PhoneInterfaceManager
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1833 final List<CellInfo> cells = mTelephonyManager.getAllCellInfo(); in getLocationMcc()