Home
last modified time | relevance | path

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

/packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
DTelephonyRegistryTestApp.java123 List<CellInfo> cellInfos = telephonyManager.getAllCellInfo(); in onCreate()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSelector.java835 List<CellInfo> cellInfoList = mTelephonyManager.getAllCellInfo(); in resolutionMethodCellularLoc()
1069 List<CellInfo> cellInfoList = telephonyManager.getAllCellInfo(); in isRegisteredWith3GPP()
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DGsmCellBroadcastHandler.java610 List<CellInfo> infos = tm.getAllCellInfo(); in getLacAndCid()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java1114 doReturn(null).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()
1118 doReturn(cellList).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()
1239 doReturn(cellList).when(mTelephony).getAllCellInfo(); in setupNoSimCardNeighborMcc()
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgSelectorTest.java746 when(mMockTelephonyManager.getAllCellInfo()).thenReturn(fakeCellInfoArray); in testCellularResolutionMethod()
/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanDataService.java1215 List<CellInfo> cellInfoList = telephonyManager.getAllCellInfo(); in getCurrentCellularRat()
/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java1575 mCellInfoResult = mTelephonyManager.getAllCellInfo(); in updateAllCellInfo()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2401 final List<CellInfo> cells = mTelephonyManager.getAllCellInfo(); in getLocationMcc()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java3509 List<CellInfo> info = getAllCellInfo(callingPackage, callingFeatureId); in getNeighboringCellInfo()
3526 List<CellInfo> info = phone.getAllCellInfo(); in getCachedCellInfo()
3533 public List<CellInfo> getAllCellInfo(String callingPackage, String callingFeatureId) { in getAllCellInfo() method in PhoneInterfaceManager