Searched refs:plmnList (Results 1 – 5 of 5) sorted by relevance
33 public static byte[] formatPLMNListIEI(byte[][] plmnList) throws IOException { in formatPLMNListIEI() argument34 return formatPLMNListIEI(CellularNetwork.IEI_TYPE_PLMN_LIST, plmnList); in formatPLMNListIEI()46 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList) throws IOException { in formatPLMNListIEI() argument47 return formatPLMNListIEI(ieiType, plmnList, false); in formatPLMNListIEI()60 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList, boolean setWrongSize) in formatPLMNListIEI() argument65 int plmnsSize = getDataSize(plmnList); in formatPLMNListIEI()73 stream.write((byte) plmnList.length); in formatPLMNListIEI()74 for (byte[] plmn : plmnList) { in formatPLMNListIEI()
106 List<String> plmnList = new ArrayList<>(); in parseBufferWithTestData() local107 plmnList.add(TEST_PLMN_STRING_1); in parseBufferWithTestData()108 plmnList.add(TEST_PLMN_STRING_2); in parseBufferWithTestData()109 CellularNetwork expected = new CellularNetwork(plmnList); in parseBufferWithTestData()
367 String[] plmnList = new String[] {"789012"}; in parseThreeGPPNetworkElement() local370 networkList.add(new CellularNetwork(Arrays.asList(plmnList))); in parseThreeGPPNetworkElement()
67 public CellularNetwork(List<String> plmnList) { in CellularNetwork() argument68 mPlmnList = plmnList; in CellularNetwork()102 List<String> plmnList = new ArrayList<>(); in parse() local104 plmnList.add(parsePlmn(payload)); in parse()107 return new CellularNetwork(plmnList); in parse()
771 String[] plmnList; in resolutionMethodPlmn() local776 plmnList = getPlmnList(); in resolutionMethodPlmn()778 for (String plmn : plmnList) { in resolutionMethodPlmn()820 String[] plmnList; in resolutionMethodCellularLoc() local863 plmnList = getPlmnList(); in resolutionMethodCellularLoc()864 for (String plmn : plmnList) { in resolutionMethodCellularLoc()901 plmnList = getPlmnList(); in resolutionMethodCellularLoc()902 for (String plmn : plmnList) { in resolutionMethodCellularLoc()945 String[] plmnList; in lacDomainNameResolution() local948 plmnList = getPlmnList(); in lacDomainNameResolution()[all …]