Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DPduParser.java71 private static byte[] mTypeParam = null; field in PduParser
805 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()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduParser.java93 private static byte[] mTypeParam = null; field in PduParser
838 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()