Searched refs:hexStringFromByteArray (Results 1 – 13 of 13) sorted by relevance
425 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()426 + ":" + NativeUtil.hexStringFromByteArray(sres) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()427 + ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()428 + ":" + NativeUtil.hexStringFromByteArray(sres); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()457 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()458 + ":" + NativeUtil.hexStringFromByteArray(sres1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()459 + ":" + NativeUtil.hexStringFromByteArray(kc2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()460 + ":" + NativeUtil.hexStringFromByteArray(sres2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()461 + ":" + NativeUtil.hexStringFromByteArray(kc3) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()462 + ":" + NativeUtil.hexStringFromByteArray(sres3); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()[all …]
554 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()555 + ":" + NativeUtil.hexStringFromByteArray(sres) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()556 + ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()557 + ":" + NativeUtil.hexStringFromByteArray(sres); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()587 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()588 + ":" + NativeUtil.hexStringFromByteArray(sres1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()589 + ":" + NativeUtil.hexStringFromByteArray(kc2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()590 + ":" + NativeUtil.hexStringFromByteArray(sres2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()591 + ":" + NativeUtil.hexStringFromByteArray(kc3) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()592 + ":" + NativeUtil.hexStringFromByteArray(sres3); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()[all …]
21 import static com.android.server.wifi.util.NativeUtil.hexStringFromByteArray;438 String writtenHex = hexStringFromByteArray(mBlobs.get(mKeys.size() - 1)); in testReadWriteAndSWChange()439 String currFirmwareVersionHex = hexStringFromByteArray( in testReadWriteAndSWChange()441 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()
275 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()3467 return NativeUtil.hexStringFromByteArray(token); in getWpsNfcConfigurationToken()
242 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()3680 return NativeUtil.hexStringFromByteArray(NativeUtil.byteArrayFromArrayList(token)); in getWpsNfcConfigurationToken()
284 return hexStringFromByteArray(byteArray); in bytesToHexOrQuotedString()363 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray() method in NativeUtil
111 NativeUtil.hexStringFromByteArray(new byte[]{0x45, 0x12, 0x23, 0x34})); in testHexStringFromByteArray()
534 pw.println(NativeUtil.hexStringFromByteArray( in dump()
2250 return NativeUtil.hexStringFromByteArray(message); in getNfcHandoverRequest()2275 return NativeUtil.hexStringFromByteArray(message); in getNfcHandoverSelect()
2365 return NativeUtil.hexStringFromByteArray( in getNfcHandoverRequest()2393 return NativeUtil.hexStringFromByteArray( in getNfcHandoverSelect()