Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkCallbackImpl.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()
H A DSupplicantStaNetworkHal.java241 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()
3656 return NativeUtil.hexStringFromByteArray(NativeUtil.byteArrayFromArrayList(token)); in getWpsNfcConfigurationToken()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java532 + ":" + 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 …]
H A 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()
H A DWifiScoreCardTest.java40 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()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DNativeUtil.java262 return hexStringFromByteArray(byteArray); in bytesToHexOrQuotedString()
341 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray() method in NativeUtil
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DNativeUtilTest.java89 NativeUtil.hexStringFromByteArray(new byte[]{0x45, 0x12, 0x23, 0x34})); in testHexStringFromByteArray()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
H A DWificondScannerImpl.java495 pw.println(NativeUtil.hexStringFromByteArray( in dump()
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java1232 return hexStringFromByteArray(byteArray); in bytesToHexOrQuotedString()
1271 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray() method in WifiNl80211ManagerTest.LocalNativeUtil
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java2297 return NativeUtil.hexStringFromByteArray( in getNfcHandoverRequest()
2325 return NativeUtil.hexStringFromByteArray( in getNfcHandoverSelect()