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