Searched refs:hexStringFromByteArray (Results 1 – 13 of 13) sorted by relevance
398 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()399 + ":" + NativeUtil.hexStringFromByteArray(sres) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()400 + ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()401 + ":" + NativeUtil.hexStringFromByteArray(sres); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()430 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()431 + ":" + NativeUtil.hexStringFromByteArray(sres1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()432 + ":" + NativeUtil.hexStringFromByteArray(kc2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()433 + ":" + NativeUtil.hexStringFromByteArray(sres2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()434 + ":" + NativeUtil.hexStringFromByteArray(kc3) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()435 + ":" + NativeUtil.hexStringFromByteArray(sres3); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()[all …]
532 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()533 + ":" + NativeUtil.hexStringFromByteArray(sres) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()534 + ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()535 + ":" + NativeUtil.hexStringFromByteArray(sres); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()565 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()566 + ":" + NativeUtil.hexStringFromByteArray(sres1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()567 + ":" + NativeUtil.hexStringFromByteArray(kc2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()568 + ":" + NativeUtil.hexStringFromByteArray(sres2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()569 + ":" + NativeUtil.hexStringFromByteArray(kc3) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()570 + ":" + NativeUtil.hexStringFromByteArray(sres3); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()[all …]
21 import static com.android.server.wifi.util.NativeUtil.hexStringFromByteArray;427 String writtenHex = hexStringFromByteArray(mBlobs.get(mKeys.size() - 1)); in testReadWriteAndSWChange()428 String currFirmwareVersionHex = hexStringFromByteArray( in testReadWriteAndSWChange()430 String prevFirmwareVersionHex = hexStringFromByteArray( in testReadWriteAndSWChange()
41 import static com.android.server.wifi.util.NativeUtil.hexStringFromByteArray;675 String diag = hexStringFromByteArray(serialized); in testAccessPointDeserialization()691 String diag = hexStringFromByteArray(serialized); in testNetworksSerialization()805 String writtenHex = hexStringFromByteArray(mBlobs.get(mKeys.size() - 1));806 String fullHex = hexStringFromByteArray(serialized);807 String bssidHex = hexStringFromByteArray(TEST_BSSID_1.toByteArray());1340 String diag = hexStringFromByteArray(serialized); in testNetworkStatsDeserialization()
63 data[i++] = NativeUtil.hexStringFromByteArray(rand); in onNetworkEapSimGsmAuthRequest()75 String randHex = NativeUtil.hexStringFromByteArray(params.rand); in onNetworkEapSimUmtsAuthRequest()76 String autnHex = NativeUtil.hexStringFromByteArray(params.autn); in onNetworkEapSimUmtsAuthRequest()
73 data[i++] = NativeUtil.hexStringFromByteArray(rand.data); in onNetworkEapSimGsmAuthRequest()84 String randHex = NativeUtil.hexStringFromByteArray(params.rand); in onNetworkEapSimUmtsAuthRequest()85 String autnHex = NativeUtil.hexStringFromByteArray(params.autn); in onNetworkEapSimUmtsAuthRequest()
254 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()3419 return NativeUtil.hexStringFromByteArray(token); in getWpsNfcConfigurationToken()
241 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()3659 return NativeUtil.hexStringFromByteArray(NativeUtil.byteArrayFromArrayList(token)); in getWpsNfcConfigurationToken()
262 return hexStringFromByteArray(byteArray); in bytesToHexOrQuotedString()341 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray() method in NativeUtil
89 NativeUtil.hexStringFromByteArray(new byte[]{0x45, 0x12, 0x23, 0x34})); in testHexStringFromByteArray()
530 pw.println(NativeUtil.hexStringFromByteArray( in dump()
2102 return NativeUtil.hexStringFromByteArray(message); in getNfcHandoverRequest()2127 return NativeUtil.hexStringFromByteArray(message); in getNfcHandoverSelect()
2373 return NativeUtil.hexStringFromByteArray( in getNfcHandoverRequest()2401 return NativeUtil.hexStringFromByteArray( in getNfcHandoverSelect()