Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapUtilsTest.java43 assertThat(BluetoothMapUtils.encodeQuotedPrintable(null)).isNull(); in encodeQuotedPrintable_withNullInput_returnsNull()
47 public void encodeQuotedPrintable() { in encodeQuotedPrintable() method in BluetoothMapUtilsTest
48 assertThat(BluetoothMapUtils.encodeQuotedPrintable(TEXT.getBytes(StandardCharsets.UTF_8))) in encodeQuotedPrintable()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java136 text = BluetoothMapUtils.encodeQuotedPrintable(mData); in encode()
154 text = BluetoothMapUtils.encodeQuotedPrintable(mData); in encodePlainText()
DBluetoothMapUtils.java712 public static final String encodeQuotedPrintable(byte[] bytes) { in encodeQuotedPrintable() method in BluetoothMapUtils