Home
last modified time | relevance | path

Searched refs:quotedPrintableToUtf8 (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapbMessageTest.java543 output = new String(BluetoothMapUtils.quotedPrintableToUtf8(input, charset)); in testQuotedPrintableIso8859_1()
566 output = new String(BluetoothMapUtils.quotedPrintableToUtf8(input, charset)); in testQuotedPrintableUTF_8()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java452 str = new String(quotedPrintableToUtf8(encodedText,charset)); in stripEncoding()
484 public static byte[] quotedPrintableToUtf8(String text, String charset) { in quotedPrintableToUtf8() method in BluetoothMapUtils
DBluetoothMapbMessageMime.java660 return BluetoothMapUtils.quotedPrintableToUtf8(body, charset); in decodeBody()