Searched refs:decodeBody (Results 1 – 4 of 4) sorted by relevance
737 newPart.mData = decodeBody(body, partEncoding, newPart.mCharsetName); in parseMimePart()743 newPart.mData = decodeBody(body, mMyEncoding, mCharset); in parseMimeBody()746 private byte[] decodeBody(String body, String encoding, String charset) { in decodeBody() method in BluetoothMapbMessageMime
325 public static Body decodeBody(InputStream in, String contentTransferEncoding) throws IOException { in decodeBody() method in MimeUtility
626 final Body body = MimeUtility.decodeBody(in, bd.getTransferEncoding()); in body()
398 decodeBody( in fetchInternal()430 private static Body decodeBody( in decodeBody() method in ImapFolder