Searched refs:quotedPrintableToUtf8 (Results 1 – 3 of 3) sorted by relevance
53 public void quotedPrintableToUtf8() { in quotedPrintableToUtf8() method in BluetoothMapUtilsTest54 assertThat(BluetoothMapUtils.quotedPrintableToUtf8(QUOTED_PRINTABLE_ENCODED_TEXT, null)) in quotedPrintableToUtf8()
518 str = new String(quotedPrintableToUtf8(encodedText, charset)); in stripEncoding()570 public static byte[] quotedPrintableToUtf8(String text, String charset) { in quotedPrintableToUtf8() method in BluetoothMapUtils
750 return BluetoothMapUtils.quotedPrintableToUtf8(body, charset); in decodeBody()