Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DLocaleTrackerTest.java80 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()
DServiceStateTrackerTest.java356 assertEquals(sst.getAllCellInfo(workSource), list); in testCellInfoList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java152 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo() method in ImsPhoneBase
153 return getServiceStateTracker().getAllCellInfo(workSource); in getAllCellInfo()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java271 List<CellInfo> cellInfos = mTelephonyManager.getAllCellInfo(); in handleUpdateCellInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java344 mCellInfo = mPhone.getAllCellInfo(null); in getCellInfo()
DPhone.java1695 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo() method in Phone
1696 List<CellInfo> cellInfoList = getServiceStateTracker().getAllCellInfo(workSource); in getAllCellInfo()
DServiceStateTracker.java3473 List<CellInfo> result = getAllCellInfo(workSource); in getCellLocation()
4223 public List<CellInfo> getAllCellInfo(WorkSource workSource) { in getAllCellInfo() method in ServiceStateTracker
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl618 List<CellInfo> getAllCellInfo(String callingPkg); in getAllCellInfo() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java448 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in PhoneMock
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java1289 List<CellInfo> info = mTelephonyManager.getAllCellInfo(); in sendNetworkConditionsBroadcast()
/frameworks/base/config/
Dboot-image-profile.txt30699 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…
Dhiddenapi-public-dex.txt44595 Landroid/telephony/TelephonyManager;->getAllCellInfo()Ljava/util/List;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28653 method public java.util.List<android.telephony.CellInfo> getAllCellInfo();
/frameworks/base/api/
Dcurrent.txt42447 method public java.util.List<android.telephony.CellInfo> getAllCellInfo();