Searched refs:formatPLMNListIEI (Results 1 – 4 of 4) sorted by relevance
33 public static byte[] formatPLMNListIEI(byte[][] plmnList) throws IOException { in formatPLMNListIEI() method in CellularNetworkTestUtil34 return formatPLMNListIEI(CellularNetwork.IEI_TYPE_PLMN_LIST, plmnList); in formatPLMNListIEI()46 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList) throws IOException { in formatPLMNListIEI() method in CellularNetworkTestUtil47 return formatPLMNListIEI(ieiType, plmnList, false); in formatPLMNListIEI()60 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList, boolean setWrongSize) in formatPLMNListIEI() method in CellularNetworkTestUtil
62 byte[] testData = CellularNetworkTestUtil.formatPLMNListIEI(1, plmnsData); in parseBufferWithInvalidIEIType()75 byte[] testData = CellularNetworkTestUtil.formatPLMNListIEI(plmnsData); in parseBufferWithIncompleteData()89 byte[] testData = CellularNetworkTestUtil.formatPLMNListIEI( in parseBufferWithMismatchIEISizeAndPLMNCount()103 byte[] testData = CellularNetworkTestUtil.formatPLMNListIEI(plmnsData); in parseBufferWithTestData()
101 CellularNetworkTestUtil.formatPLMNListIEI(TEST_NETWORK1_PLMN_BYTES) }; in parseBufferWithUnsupportedVersionNumber()116 CellularNetworkTestUtil.formatPLMNListIEI(TEST_NETWORK1_PLMN_BYTES) }; in parseBufferWithIncompleteData()130 CellularNetworkTestUtil.formatPLMNListIEI(TEST_NETWORK1_PLMN_BYTES), in parseBufferWithTestData()131 CellularNetworkTestUtil.formatPLMNListIEI(TEST_NETWORK2_PLMN_BYTES) }; in parseBufferWithTestData()
374 new byte[][] {CellularNetworkTestUtil.formatPLMNListIEI(plmnBytes)})); in parseThreeGPPNetworkElement()