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

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DQuotedPrintable.java23 private static byte ESCAPE_CHAR = '='; field in class:QuotedPrintable
46 if (b == ESCAPE_CHAR) {
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DQuotedPrintable.java23 private static byte ESCAPE_CHAR = '='; field in class:QuotedPrintable
46 if (b == ESCAPE_CHAR) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapUtils.java585 private static byte ESCAPE_CHAR = '='; field in class:BluetoothMapUtils
613 buffer.write(ESCAPE_CHAR);

Completed in 150 milliseconds