Searched defs:getAllCellInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java152 public List<CellInfo> getAllCellInfo(WorkSource workSource) { method in class:ImsPhoneBase
153 return getServiceStateTracker().getAllCellInfo(workSource);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java518 // getAllCellInfo call requires clients calling from a different thread.
3473 List<CellInfo> result = getAllCellInfo(workSource);
4223 public List<CellInfo> getAllCellInfo(WorkSource workSource) { method in class:ServiceStateTracker
4225 if (VDBG) log("SST.getAllCellInfo(): E");
4242 if (DBG) log("SST.getAllCellInfo(): return last, back to back calls");
4246 if (DBG) log("SST.getAllCellInfo(): return last, same thread can't block");
4250 if (DBG) log("SST.getAllCellInfo(): not implemented");
4255 if (VDBG) log("SST.getAllCellInfo(): X size=" + result.list.size()
4259 if (DBG) log("SST.getAllCellInfo(): X size=0 list=null");
H A DPhone.java1695 public List<CellInfo> getAllCellInfo(WorkSource workSource) { method in class:Phone
1696 List<CellInfo> cellInfoList = getServiceStateTracker().getAllCellInfo(workSource);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java448 public List<CellInfo> getAllCellInfo() { method in class:PhoneMock
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1385 * @deprecated use {@link #getAllCellInfo} instead, which returns a superset of this API.
1476 * @deprecated Use {@link #getAllCellInfo} which returns a superset of the information
4386 * However, for older devices, <code>getAllCellInfo()</code> may return
4395 public List<CellInfo> getAllCellInfo() { method in class:TelephonyManager
4400 return telephony.getAllCellInfo(getOpPackageName());

Completed in 2545 milliseconds