Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
DUtility.java46 public static byte[] toAscii(String s) { in toAscii() method in Utility
74 return new ByteArrayInputStream(toAscii(ascii)); in streamFromAsciiString()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java221 private static char toAscii(int b) { in toAscii() method in Utils
262 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK))); in bytesToBingoCard()