Searched refs:cellInfoListToString (Results 1 – 3 of 3) sorted by relevance
291 + CellInfoUtil.cellInfoListToString(results)); in onResults()326 + CellInfoUtil.cellInfoListToString(cellInfos)); in run()
250 + CellInfoUtil.cellInfoListToString(new ArrayList<>(results)));259 Log.d(TAG, "CellInfoList: " + CellInfoUtil.cellInfoListToString(mCellInfoList));
136 public static String cellInfoListToString(List<CellInfo> cellInfos) { in cellInfoListToString() method in CellInfoUtil