Searched defs:bytesToString (Results 1 – 5 of 5) sorted by relevance
340 static String bytesToString(byte[] bytes, int offset, int length) { in bytesToString() method in HostNfcFEmulationManager
546 static String bytesToString(byte[] bytes, int offset, int length) { in bytesToString() method in HostEmulationManager
223 private static String bytesToString(byte[] bytes) { in bytesToString() method in VerityUtils
1073 private static StringBuilder bytesToString(byte[] bs) { in bytesToString() method in NdefRecord
1416 public static String bytesToString(final byte[] bytes, final String charsetName) { in bytesToString() method in MmsUtils