Searched refs:encodeQuotedPrintable (Results 1 – 3 of 3) sorted by relevance
43 assertThat(BluetoothMapUtils.encodeQuotedPrintable(null)).isNull(); in encodeQuotedPrintable_withNullInput_returnsNull()47 public void encodeQuotedPrintable() { in encodeQuotedPrintable() method in BluetoothMapUtilsTest48 assertThat(BluetoothMapUtils.encodeQuotedPrintable(TEXT.getBytes(StandardCharsets.UTF_8))) in encodeQuotedPrintable()
136 text = BluetoothMapUtils.encodeQuotedPrintable(mData); in encode()154 text = BluetoothMapUtils.encodeQuotedPrintable(mData); in encodePlainText()
712 public static final String encodeQuotedPrintable(byte[] bytes) { in encodeQuotedPrintable() method in BluetoothMapUtils