OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:enctext1
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapUtilsTest.java
20
private static final String
encText1
= "=?UTF-8?b?w6bDuMOlw4bDmMOF?="; //æøåÆØÅ base64
48
assertTrue(BluetoothMapUtils.stripEncoding(
encText1
).equals(decText1));
Completed in 345 milliseconds