Home
last modified time | relevance | path

Searched refs:hexStringFromByteArray (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImplTest.java398 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 …]
DSupplicantStaNetworkHalHidlImplTest.java532 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 …]
DWifiHealthMonitorTest.java21 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()
DWifiScoreCardTest.java41 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkCallbackHidlImpl.java63 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()
DSupplicantStaNetworkCallbackAidlImpl.java73 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()
DSupplicantStaNetworkHalAidlImpl.java254 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()
3419 return NativeUtil.hexStringFromByteArray(token); in getWpsNfcConfigurationToken()
DSupplicantStaNetworkHalHidlImpl.java241 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()
3659 return NativeUtil.hexStringFromByteArray(NativeUtil.byteArrayFromArrayList(token)); in getWpsNfcConfigurationToken()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java262 return hexStringFromByteArray(byteArray); in bytesToHexOrQuotedString()
341 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray() method in NativeUtil
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DNativeUtilTest.java89 NativeUtil.hexStringFromByteArray(new byte[]{0x45, 0x12, 0x23, 0x34})); in testHexStringFromByteArray()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWificondScannerImpl.java530 pw.println(NativeUtil.hexStringFromByteArray( in dump()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java2102 return NativeUtil.hexStringFromByteArray(message); in getNfcHandoverRequest()
2127 return NativeUtil.hexStringFromByteArray(message); in getNfcHandoverSelect()
DSupplicantP2pIfaceHalHidlImpl.java2373 return NativeUtil.hexStringFromByteArray( in getNfcHandoverRequest()
2401 return NativeUtil.hexStringFromByteArray( in getNfcHandoverSelect()