Searched refs:concatHex (Results 1 – 1 of 1) sorted by relevance
418 private static byte[] concatHex(byte[] array1, byte[] array2) { in concatHex() method in TelephonyUtil651 String base64Challenge = Base64.encodeToString(concatHex(rand, authn), Base64.NO_WRAP); in get3GAuthResponse()