Searched refs:hexStringFromByteArray (Results 1 – 6 of 6) sorted by relevance
510 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()511 + ":" + NativeUtil.hexStringFromByteArray(sres) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()512 + ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()513 + ":" + NativeUtil.hexStringFromByteArray(sres); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()543 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()544 + ":" + NativeUtil.hexStringFromByteArray(sres1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()545 + ":" + NativeUtil.hexStringFromByteArray(kc2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()546 + ":" + NativeUtil.hexStringFromByteArray(sres2) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()547 + ":" + NativeUtil.hexStringFromByteArray(kc3) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()548 + ":" + NativeUtil.hexStringFromByteArray(sres3); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()[all …]
19 import static com.android.server.wifi.util.NativeUtil.hexStringFromByteArray;346 String diag = hexStringFromByteArray(serialized); in testDeserialization()362 String diag = hexStringFromByteArray(serialized); in testNetworksSerialization()454 String writtenHex = hexStringFromByteArray(mBlobs.get(mKeys.size() - 1));455 String fullHex = hexStringFromByteArray(serialized);456 String bssidHex = hexStringFromByteArray(TEST_BSSID_1.toByteArray());
263 return hexStringFromByteArray(byteArray); in bytesToHexOrQuotedString()342 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray() method in NativeUtil
87 NativeUtil.hexStringFromByteArray(new byte[]{0x45, 0x12, 0x23, 0x34})); in testHexStringFromByteArray()
214 config.preSharedKey = NativeUtil.hexStringFromByteArray(mPsk); in loadWifiConfiguration()2897 return NativeUtil.hexStringFromByteArray(NativeUtil.byteArrayFromArrayList(token)); in getWpsNfcConfigurationToken()3111 data[i++] = NativeUtil.hexStringFromByteArray(rand); in onNetworkEapSimGsmAuthRequest()3123 String randHex = NativeUtil.hexStringFromByteArray(params.rand); in onNetworkEapSimUmtsAuthRequest()3124 String autnHex = NativeUtil.hexStringFromByteArray(params.autn); in onNetworkEapSimUmtsAuthRequest()
2186 return NativeUtil.hexStringFromByteArray( in getNfcHandoverRequest()2214 return NativeUtil.hexStringFromByteArray( in getNfcHandoverSelect()