Searched refs:bytesToHexOrQuotedString (Results 1 – 2 of 2) sorted by relevance
249 public static String bytesToHexOrQuotedString(ArrayList<Byte> bytes) { in bytesToHexOrQuotedString() method in NativeUtil297 return bytesToHexOrQuotedString(ssidBytes); in encodeSsid()
206 config.wepKeys[i] = NativeUtil.bytesToHexOrQuotedString(mWepKey); in loadWifiConfiguration()