Searched refs:mContentTypeMap (Results 1 – 1 of 1) sorted by relevance
125 private static HashMap<String, Integer> mContentTypeMap = null; field in PduComposer128 mContentTypeMap = new HashMap<String, Integer>();132 mContentTypeMap.put(PduContentTypes.contentTypes[i], i); in mContentTypeMap.put()886 Integer contentTypeIdentifier = mContentTypeMap.get(contentType); in makeMessageBody()956 mContentTypeMap.get(new String(partContentType)); in makeMessageBody()