Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DQuotedPrintable.java23 private static byte ESCAPE_CHAR = '='; field in QuotedPrintable
46 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DQuotedPrintable.java23 private static byte ESCAPE_CHAR = '='; field in QuotedPrintable
46 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java626 private static final byte ESCAPE_CHAR = '='; field in BluetoothMapUtils
654 buffer.write(ESCAPE_CHAR); in encodeQuotedPrintable()