Home
last modified time | relevance | path

Searched refs:toUnicodeEscapedString (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DUtilsTest.java54 assertEquals("", Utils.toUnicodeEscapedString("")); in testToUnicodeEscapedString()
67 Utils.toUnicodeEscapedString(unescapedStringBuilder.toString())); in testToUnicodeEscapedString()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java176 public static String toUnicodeEscapedString(String s) { in toUnicodeEscapedString() method in Utils