Searched refs:mTypeParam (Results 1 – 1 of 1) sorted by relevance
74 private static byte[] mTypeParam = null; field in PduParser808 mTypeParam= (byte[]) map.get(PduPart.P_TYPE); in parseHeaders()1764 if ((null == mTypeParam) && in checkPartPosition()1783 if (null != mTypeParam) { in checkPartPosition()1786 if (true == Arrays.equals(mTypeParam, contentType)) { in checkPartPosition()