Searched refs:decodeQuotedPrintable (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DQuotedPrintable.java39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { method in class:QuotedPrintable
H A DPduParser.java918 partData = QuotedPrintable.decodeQuotedPrintable(partData);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java60 public static final byte[] decodeQuotedPrintable(byte[] bytes) method in class:VCardUtils.QuotedPrintableCodecPort
805 decodedBytes = QuotedPrintableCodecPort.decodeQuotedPrintable(rawBytes);

Completed in 51 milliseconds