Home
last modified time | relevance | path

Searched refs:cellInfoListToString (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DNetworkScanHelper.java291 + CellInfoUtil.cellInfoListToString(results)); in onResults()
326 + CellInfoUtil.cellInfoListToString(cellInfos)); in run()
H A DNetworkSelectSettings.java250 + CellInfoUtil.cellInfoListToString(new ArrayList<>(results)));
259 Log.d(TAG, "CellInfoList: " + CellInfoUtil.cellInfoListToString(mCellInfoList));
H A DCellInfoUtil.java136 public static String cellInfoListToString(List<CellInfo> cellInfos) { in cellInfoListToString() method in CellInfoUtil