Searched refs:getAllCellInfo (Results 1 – 14 of 14) sorted by relevance
80 doReturn(Arrays.asList(mCellInfo)).when(mPhone).getAllCellInfo(isNull()); in setUp()154 doReturn(null).when(mPhone).getAllCellInfo(isNull()); in testCellInfoUnavailableRetry()160 doReturn(Arrays.asList(mCellInfo)).when(mPhone).getAllCellInfo(isNull()); in testCellInfoUnavailableRetry()169 doReturn(null).when(mPhone).getAllCellInfo(isNull()); in testOutOfAirplaneMode()175 doReturn(Arrays.asList(mCellInfo)).when(mPhone).getAllCellInfo(isNull()); in testOutOfAirplaneMode()
356 assertEquals(sst.getAllCellInfo(workSource), list); in testCellInfoList()
152 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo() method in ImsPhoneBase153 return getServiceStateTracker().getAllCellInfo(workSource); in getAllCellInfo()
271 List<CellInfo> cellInfos = mTelephonyManager.getAllCellInfo(); in handleUpdateCellInfo()
344 mCellInfo = mPhone.getAllCellInfo(null); in getCellInfo()
1695 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo() method in Phone1696 List<CellInfo> cellInfoList = getServiceStateTracker().getAllCellInfo(workSource); in getAllCellInfo()
3473 List<CellInfo> result = getAllCellInfo(workSource); in getCellLocation()4223 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo() method in ServiceStateTracker
618 List<CellInfo> getAllCellInfo(String callingPkg); in getAllCellInfo() method
448 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in PhoneMock
1289 List<CellInfo> info = mTelephonyManager.getAllCellInfo(); in sendNetworkConditionsBroadcast()
30699 HSPLandroid/telephony/TelephonyManager;->getAllCellInfo()Ljava/util/List;40077 HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getAllCellInfo(Ljava/lang/String;)Ljava/…40130 HSPLcom/android/internal/telephony/ITelephony;->getAllCellInfo(Ljava/lang/String;)Ljava/util/List;40435 HSPLcom/android/internal/telephony/Phone;->getAllCellInfo(Landroid/os/WorkSource;)Ljava/util/List;40757 HSPLcom/android/internal/telephony/ServiceStateTracker;->getAllCellInfo(Landroid/os/WorkSource;)Lja…
44595 Landroid/telephony/TelephonyManager;->getAllCellInfo()Ljava/util/List;
28653 method public java.util.List<android.telephony.CellInfo> getAllCellInfo();
42447 method public java.util.List<android.telephony.CellInfo> getAllCellInfo();