Home
last modified time | relevance | path

Searched refs:formatPLMNListIEI (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DCellularNetworkTestUtil.java33 public static byte[] formatPLMNListIEI(byte[][] plmnList) throws IOException { in formatPLMNListIEI() method in CellularNetworkTestUtil
34 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 CellularNetworkTestUtil
47 return formatPLMNListIEI(ieiType, plmnList, false); in formatPLMNListIEI()
60 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList, boolean setWrongSize) in formatPLMNListIEI() method in CellularNetworkTestUtil
DCellularNetworkTest.java62 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()
DThreeGPPNetworkElementTest.java101 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()
DANQPParserTest.java374 new byte[][] {CellularNetworkTestUtil.formatPLMNListIEI(plmnBytes)})); in parseThreeGPPNetworkElement()