Searched refs:getEhplmns (Results 1 – 8 of 8) sorted by relevance
65 String[] ehplmns = mUsim.getEhplmns(); in getEhplmnList()
96 doReturn(EHPLMNS_FROM_USIM).when(usim).getEhplmns(); in setUp()
1078 String[] hplmns = getEhplmns(); in getHomePlmns()1170 public String[] getEhplmns() { in getEhplmns() method in IccRecords
209 Stream<String> plmns = Stream.of(info.getEhplmns(), info.getHplmns()).flatMap(List::stream); in getAllowableMccMncsFromSubscriptionInfo()
547 String[] ehplmns = records.getEhplmns(); in handleSimLoaded()
2086 noChange = (ehplmns == null && subInfo.getEhplmns().isEmpty()) in setAssociatedPlmns()2087 || String.join(",", subInfo.getEhplmns()).equals(formattedEhplmns); in setAssociatedPlmns()
4643 if (r != null && r.getEhplmns() != null) { in getEquivalentHomePlmns()4644 return Arrays.asList(r.getEhplmns()); in getEquivalentHomePlmns()
582 public List<String> getEhplmns() { in getEhplmns() method in SubscriptionInfo