Searched refs:ieiType (Results 1 – 2 of 2) sorted by relevance
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() argument70 stream.write((byte) ieiType); in formatPLMNListIEI()
80 int ieiType = payload.get() & 0xFF; in parse() local84 if (ieiType != IEI_TYPE_PLMN_LIST) { in parse()85 Log.e(TAG, "Ignore unsupported IEI Type: " + ieiType); in parse()