Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java149 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in ImsPhoneBase
150 return getServiceStateTracker().getAllCellInfo(); in getAllCellInfo()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl507 List<CellInfo> getAllCellInfo(); in getAllCellInfo() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java652 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in CdmaLteServiceStateTracker
654 return super.getAllCellInfo(); in getAllCellInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java192 public List<CellInfo> getAllCellInfo(); in getAllCellInfo() method
DPhoneProxy.java355 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in PhoneProxy
356 return mActivePhone.getAllCellInfo(); in getAllCellInfo()
DServiceStateTracker.java917 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in ServiceStateTracker
DPhoneBase.java1202 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in PhoneBase
1203 List<CellInfo> cellInfoList = getServiceStateTracker().getAllCellInfo(); in getAllCellInfo()
/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java782 List<CellInfo> info = mTelephonyManager.getAllCellInfo(); in sendNetworkConditionsBroadcast()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java2554 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in TelephonyManager
2556 return getITelephony().getAllCellInfo(); in getAllCellInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1600 List<CellInfo> result = getAllCellInfo(); in getCellLocation()
/frameworks/base/docs/html/sdk/api_diff/17/
DmissingSinces.txt73 NO DOC BLOCK: android.telephony.TelephonyManager Method getAllCellInfo()
/frameworks/base/api/
Dsystem-current.txt30858 method public java.util.List<android.telephony.CellInfo> getAllCellInfo();
Dcurrent.txt28655 method public java.util.List<android.telephony.CellInfo> getAllCellInfo();