Home
last modified time | relevance | path

Searched refs:mTypeParam (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduParser.java75 private static byte[] mTypeParam = null; field in PduParser
811 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()