Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DUtilsTest.java56 assertEquals("", Utils.toUnicodeEscapedString("")); in testToUnicodeEscapedString()
69 Utils.toUnicodeEscapedString(unescapedStringBuilder.toString())); in testToUnicodeEscapedString()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java133 public static String toUnicodeEscapedString(String s) { in toUnicodeEscapedString() method in Utils