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