Searched refs:getAllCellInfo (Results 1 – 9 of 9) sorted by relevance
123 List<CellInfo> cellInfos = telephonyManager.getAllCellInfo(); in onCreate()
835 List<CellInfo> cellInfoList = mTelephonyManager.getAllCellInfo(); in resolutionMethodCellularLoc()1069 List<CellInfo> cellInfoList = telephonyManager.getAllCellInfo(); in isRegisteredWith3GPP()
610 List<CellInfo> infos = tm.getAllCellInfo(); in getLacAndCid()
1114 doReturn(null).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()1118 doReturn(cellList).when(mTelephony).getAllCellInfo(); in testGetLocationMcc()1239 doReturn(cellList).when(mTelephony).getAllCellInfo(); in setupNoSimCardNeighborMcc()
746 when(mMockTelephonyManager.getAllCellInfo()).thenReturn(fakeCellInfoArray); in testCellularResolutionMethod()
1215 List<CellInfo> cellInfoList = telephonyManager.getAllCellInfo(); in getCurrentCellularRat()
1575 mCellInfoResult = mTelephonyManager.getAllCellInfo(); in updateAllCellInfo()
2401 final List<CellInfo> cells = mTelephonyManager.getAllCellInfo(); in getLocationMcc()
3509 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