Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduParser.java74 private static byte[] mTypeParam = null; field in PduParser
808 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()