Searched refs:getAllCellInfo (Results 1 – 7 of 7) sorted by relevance
123 List<CellInfo> cellInfos = telephonyManager.getAllCellInfo(); in onCreate()
414 List<CellInfo> infos = tm.getAllCellInfo(); in getLacAndCid()
870 doReturn(null).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()874 doReturn(cellList).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()958 doReturn(cellList).when(mTelephony).getAllCellInfo(); in testMakeFallbackUrls()
1099 mCellInfoResult = mTelephonyManager.getAllCellInfo(); in updateAllCellInfo()
1246 mCellInfoResult = mTelephonyManager.getAllCellInfo(); in updateAllCellInfo()
2410 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
1833 final List<CellInfo> cells = mTelephonyManager.getAllCellInfo(); in getLocationMcc()