Searched refs:decodeBody (Results 1 – 4 of 4) sorted by relevance
720 newPart.mData = decodeBody(body, partEncoding, newPart.mCharsetName); in parseMimePart()726 newPart.mData = decodeBody(body, mMyEncoding, mCharset); in parseMimeBody()729 private byte[] decodeBody(String body, String encoding, String charset) { in decodeBody() method in BluetoothMapbMessageMime
398 decodeBody( in fetchInternal()430 private static Body decodeBody( in decodeBody() method in ImapFolder
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()