Searched defs:toAscii (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DUtils.java202 private static char toAscii(int b) { method in class:Utils
241 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK)));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DUtils.java200 private static char toAscii(int b) { method in class:Utils
241 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK)));

Completed in 127 milliseconds