Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapUtilsTest.java53 public void quotedPrintableToUtf8() { in quotedPrintableToUtf8() method in BluetoothMapUtilsTest
54 assertThat(BluetoothMapUtils.quotedPrintableToUtf8(QUOTED_PRINTABLE_ENCODED_TEXT, null)) in quotedPrintableToUtf8()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapUtils.java518 str = new String(quotedPrintableToUtf8(encodedText, charset)); in stripEncoding()
570 public static byte[] quotedPrintableToUtf8(String text, String charset) { in quotedPrintableToUtf8() method in BluetoothMapUtils
DBluetoothMapbMessageMime.java750 return BluetoothMapUtils.quotedPrintableToUtf8(body, charset); in decodeBody()