Home | History | Annotate | Download | only in map

Lines Matching defs:mContentType

36         public String mContentType = null;  /* The mime type, e.g. text/plain */
78 if(mContentType != null)
79 sb.append("Content-Type: ").append(mContentType);
93 if(mContentType != null &&
94 (mContentType.toUpperCase().contains("TEXT") ||
95 mContentType.toUpperCase().contains("SMIL") )) {
110 if(mContentType != null && mContentType.toUpperCase().contains("TEXT")) {
112 } else if(mContentType != null && mContentType.toUpperCase().contains("/SMIL")) {
162 if(part.mContentType.toUpperCase().contains("TEXT")) {
287 if(part.mContentType != null &&
288 part.mContentType.toUpperCase().contains("TEXT")) {
576 newPart.mContentType = contentTypeParts[0];
678 parts.get(0).mContentType = contentType;