Searched refs:plmnsFromSubInfo (Results 1 – 1 of 1) sorted by relevance
178 List<String> plmnsFromSubInfo = new ArrayList<>(); in getPlmnList() local225 plmnsFromSubInfo.add(str.toString()); in getPlmnList()229 Log.d(TAG, "plmnsFromSubInfo:" + plmnsFromSubInfo); in getPlmnList()233 plmnsFromSubInfo.removeIf(i -> i.equals(plmnFromImsi)); in getPlmnList()237 if (plmnsFromSubInfo.contains(plmn)) { in getPlmnList()239 plmnsFromSubInfo.remove(plmn); in getPlmnList()244 combinedList.addAll(plmnsFromSubInfo); in getPlmnList()