Searched refs:hexStringFromByteArray (Results 1 – 10 of 10) sorted by relevance
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()
241 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()3656 return NativeUtil.hexStringFromByteArray(NativeUtil.byteArrayFromArrayList(token)); in getWpsNfcConfigurationToken()
532 + ":" + NativeUtil.hexStringFromByteArray(sres) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()533 + ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()566 + ":" + NativeUtil.hexStringFromByteArray(kc2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()568 + ":" + NativeUtil.hexStringFromByteArray(kc3) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()601 + ":" + NativeUtil.hexStringFromByteArray(kc2) in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse()648 + ":" + NativeUtil.hexStringFromByteArray(ck) in testSendNetworkEapSimUmtsAuthResponse()649 + ":" + NativeUtil.hexStringFromByteArray(res); in testSendNetworkEapSimUmtsAuthResponse()681 + ":" + NativeUtil.hexStringFromByteArray(ck) in testSendInvalidNetworkEapSimUmtsAuthResponse()1060 NativeUtil.hexStringFromByteArray(rand1), NativeUtil.hexStringFromByteArray(rand2), in testNetworkEapGsmAuthCallback()1061 NativeUtil.hexStringFromByteArray(rand3) in testNetworkEapGsmAuthCallback()[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()
40 import static com.android.server.wifi.util.NativeUtil.hexStringFromByteArray;676 String diag = hexStringFromByteArray(serialized); in testAccessPointDeserialization()692 String diag = hexStringFromByteArray(serialized); in testNetworksSerialization()806 String writtenHex = hexStringFromByteArray(mBlobs.get(mKeys.size() - 1));807 String fullHex = hexStringFromByteArray(serialized);808 String bssidHex = hexStringFromByteArray(TEST_BSSID_1.toByteArray());1332 String diag = hexStringFromByteArray(serialized); in testNetworkStatsDeserialization()
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()
495 pw.println(NativeUtil.hexStringFromByteArray( in dump()
1232 return hexStringFromByteArray(byteArray); in bytesToHexOrQuotedString()1271 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray() method in WifiNl80211ManagerTest.LocalNativeUtil
2297 return NativeUtil.hexStringFromByteArray( in getNfcHandoverRequest()2325 return NativeUtil.hexStringFromByteArray( in getNfcHandoverSelect()