Searched refs:mTypeParam (Results 1 – 2 of 2) sorted by relevance
71 private static byte[] mTypeParam = null; field in PduParser805 mTypeParam= (byte[]) map.get(PduPart.P_TYPE); in parseHeaders()1761 if ((null == mTypeParam) && in checkPartPosition()1780 if (null != mTypeParam) { in checkPartPosition()1783 if (true == Arrays.equals(mTypeParam, contentType)) { in checkPartPosition()
93 private static byte[] mTypeParam = null; field in PduParser838 mTypeParam = (byte[]) map.get(PduPart.P_TYPE); in parseHeaders()1797 if ((null == mTypeParam) && in checkPartPosition()1816 if (null != mTypeParam) { in checkPartPosition()1819 if (true == Arrays.equals(mTypeParam, contentType)) { in checkPartPosition()