Searched refs:getAllCellInfo (Results 1 – 7 of 7) sorted by relevance
123 List<CellInfo> cellInfos = telephonyManager.getAllCellInfo(); in onCreate()
324 List<CellInfo> infos = tm.getAllCellInfo(); in getGsmLacAndCid()
871 doReturn(null).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()875 doReturn(cellList).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()936 doReturn(cellList).when(mTelephony).getAllCellInfo(); in setupNoSimCardNeighborMcc()
1099 mCellInfoResult = mTelephonyManager.getAllCellInfo(); in updateAllCellInfo()
1302 mCellInfoResult = mTelephonyManager.getAllCellInfo(); in updateAllCellInfo()
2414 List<CellInfo> info = getAllCellInfo(callingPackage, callingFeatureId); in getNeighboringCellInfo()2431 List<CellInfo> info = phone.getAllCellInfo(); in getCachedCellInfo()2438 public List<CellInfo> getAllCellInfo(String callingPackage, String callingFeatureId) { in getAllCellInfo() method in PhoneInterfaceManager
1836 final List<CellInfo> cells = mTelephonyManager.getAllCellInfo(); in getLocationMcc()