Searched refs:mTypeParam (Results 1 – 1 of 1) sorted by relevance
75 private static byte[] mTypeParam = null; field in PduParser811 mTypeParam= (byte[]) map.get(PduPart.P_TYPE); in parseHeaders()1775 if ((null == mTypeParam) && in checkPartPosition()1794 if (null != mTypeParam) { in checkPartPosition()1797 if (true == Arrays.equals(mTypeParam, contentType)) { in checkPartPosition()