Searched refs:mContentTypeMap (Results 1 – 1 of 1) sorted by relevance
120 private static SimpleArrayMap<String, Integer> mContentTypeMap = null; field in PduComposer123 mContentTypeMap = new SimpleArrayMap<String, Integer>();127 mContentTypeMap.put(PduContentTypes.contentTypes[i], i); in mContentTypeMap.put()915 final Integer contentTypeIdentifier = mContentTypeMap.get(contentType); in makeMessageBody()979 mContentTypeMap.get(new String(partContentType)); in makeMessageBody()