Searched defs:formatPLMNListIEI (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DCellularNetworkTestUtil.java33 public static byte[] formatPLMNListIEI(byte[][] plmnList) throws IOException { method in class:CellularNetworkTestUtil
34 return formatPLMNListIEI(CellularNetwork.IEI_TYPE_PLMN_LIST, plmnList);
46 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList) throws IOException { method in class:CellularNetworkTestUtil
47 return formatPLMNListIEI(ieiType, plmnList, false);
60 public static byte[] formatPLMNListIEI(int ieiType, byte[][] plmnList, boolean setWrongSize) method in class:CellularNetworkTestUtil

Completed in 40 milliseconds