Searched refs:stripEncoding (Results 1 – 3 of 3) sorted by relevance
72 BluetoothMapUtils.stripEncoding( in stripEncoding_quotedPrintable()79 assertThat(BluetoothMapUtils.stripEncoding("=?UTF-8?B?" + BASE64_ENCODED_TEXT + "?=")) in stripEncoding_base64()
603 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()607 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()611 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()615 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()619 headerValue = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()623 mSubject = BluetoothMapUtils.stripEncoding(headerValue); in parseMimeHeaders()
492 public static String stripEncoding(String in) { in stripEncoding() method in BluetoothMapUtils