Home | History | Annotate | Download | only in pdu

Lines Matching refs:contentId

960             byte[] contentId = part.getContentId();
962 if (null != contentId) {
964 if (('<' == contentId[0]) && ('>' == contentId[contentId.length - 1])) {
965 appendQuotedString(contentId);
967 appendQuotedString("<" + new String(contentId) + ">");