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.java425 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 …]
DSupplicantStaNetworkHalHidlImplTest.java554 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 …]
DWifiHealthMonitorTest.java21 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()
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.java275 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()
3467 return NativeUtil.hexStringFromByteArray(token); in getWpsNfcConfigurationToken()
DSupplicantStaNetworkHalHidlImpl.java242 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()
3680 return NativeUtil.hexStringFromByteArray(NativeUtil.byteArrayFromArrayList(token)); in getWpsNfcConfigurationToken()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java284 return hexStringFromByteArray(byteArray); in bytesToHexOrQuotedString()
363 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray() method in NativeUtil
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DNativeUtilTest.java111 NativeUtil.hexStringFromByteArray(new byte[]{0x45, 0x12, 0x23, 0x34})); in testHexStringFromByteArray()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWificondScannerImpl.java534 pw.println(NativeUtil.hexStringFromByteArray( in dump()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java2250 return NativeUtil.hexStringFromByteArray(message); in getNfcHandoverRequest()
2275 return NativeUtil.hexStringFromByteArray(message); in getNfcHandoverSelect()
DSupplicantP2pIfaceHalHidlImpl.java2365 return NativeUtil.hexStringFromByteArray( in getNfcHandoverRequest()
2393 return NativeUtil.hexStringFromByteArray( in getNfcHandoverSelect()