HomeSort by relevance Sort by last modified time
    Searched full:quotedprintabletoutf8 (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 452 str = new String(quotedPrintableToUtf8(encodedText,charset));
484 public static byte[] quotedPrintableToUtf8(String text, String charset) {
BluetoothMapbMessageMime.java 660 return BluetoothMapUtils.quotedPrintableToUtf8(body, charset);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java 543 output = new String(BluetoothMapUtils.quotedPrintableToUtf8(input, charset));
566 output = new String(BluetoothMapUtils.quotedPrintableToUtf8(input, charset));

Completed in 3073 milliseconds