Searched refs:getAllCellInfo (Results 1 – 11 of 11) sorted by relevance
617 List<CellInfo> getAllCellInfo(String callingPkg, String callingFeatureId); in getAllCellInfo() method
1579 List<CellInfo> cil = phone.getAllCellInfo(); in requestRefLocation()
2123 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in Phone2124 return getServiceStateTracker().getAllCellInfo(); in getAllCellInfo()
4387 CellIdentity ci = getCellIdentityFromCellInfo(getAllCellInfo()); in getCellIdentity()5107 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in ServiceStateTracker
691 List<CellInfo> allCellInfo = mTelephonyManager.getAllCellInfo(); in getNetworkScanRequestForTesting()
824 assertEquals(sst.getAllCellInfo(), list); in testCachedCellInfoList()
7029 public List<CellInfo> getAllCellInfo() { in getAllCellInfo() method in TelephonyManager7034 return telephony.getAllCellInfo(getOpPackageName(), getAttributionTag()); in getAllCellInfo()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
83689 Lcom/android/internal/telephony/ITelephony$Stub$Proxy;->getAllCellInfo(Ljava/lang/String;)Ljava/uti…84044 Lcom/android/internal/telephony/ITelephony;->getAllCellInfo(Ljava/lang/String;)Ljava/util/List;
28653 method public java.util.List<android.telephony.CellInfo> getAllCellInfo();
46024 …ermission.ACCESS_FINE_LOCATION) public java.util.List<android.telephony.CellInfo> getAllCellInfo();