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

/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduParser.java76 private static byte[] mTypeParam = null; field in class:PduParser
712 mTypeParam= (byte[]) map.get(PduPart.P_TYPE);
1665 if ((null == mTypeParam) &&
1681 if (null != mTypeParam) {
1684 if (true == Arrays.equals(mTypeParam, contentType)) {

Completed in 28 milliseconds