Searched defs:paramsStr (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SupplicantStaNetworkHalAidlImplTest.java | 425 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair() local 457 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair() local 491 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse() local 510 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse() local 528 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendNetworkEapSimUmtsAuthResponse() local 551 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendInvalidNetworkEapSimUmtsAuthResponse() local 567 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendNetworkEapSimUmtsAutsResponse() local 582 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendInvalidNetworkEapSimUmtsAutsResponse() local
|
D | SupplicantStaNetworkHalHidlImplTest.java | 554 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair() local 587 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair() local 622 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse() local 646 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse() local 670 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendNetworkEapSimUmtsAuthResponse() local 703 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendInvalidNetworkEapSimUmtsAuthResponse() local 726 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendNetworkEapSimUmtsAutsResponse() local 745 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendInvalidNetworkEapSimUmtsAutsResponse() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ISupplicantStaIfaceHal.java | 193 @NonNull String ifaceName, String paramsStr); in sendCurrentNetworkEapSimGsmAuthResponse() 211 @NonNull String ifaceName, String paramsStr); in sendCurrentNetworkEapSimUmtsAuthResponse() 221 @NonNull String ifaceName, String paramsStr); in sendCurrentNetworkEapSimUmtsAutsResponse()
|
D | SupplicantStaNetworkHalAidlImpl.java | 3066 public boolean sendNetworkEapSimGsmAuthResponse(String paramsStr) { in sendNetworkEapSimGsmAuthResponse() 3160 public boolean sendNetworkEapSimUmtsAuthResponse(String paramsStr) { in sendNetworkEapSimUmtsAuthResponse() 3224 public boolean sendNetworkEapSimUmtsAutsResponse(String paramsStr) { in sendNetworkEapSimUmtsAutsResponse()
|
D | SupplicantStaIfaceHal.java | 1217 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimGsmAuthResponse() 1251 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAuthResponse() 1269 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAutsResponse()
|
D | SupplicantStaIfaceHalAidlImpl.java | 983 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimGsmAuthResponse() 1021 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAuthResponse() 1041 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAutsResponse()
|
D | SupplicantStaNetworkHalHidlImpl.java | 3228 public boolean sendNetworkEapSimGsmAuthResponse(String paramsStr) { in sendNetworkEapSimGsmAuthResponse() 3308 public boolean sendNetworkEapSimUmtsAuthResponse(String paramsStr) { in sendNetworkEapSimUmtsAuthResponse() 3369 public boolean sendNetworkEapSimUmtsAutsResponse(String paramsStr) { in sendNetworkEapSimUmtsAutsResponse()
|
D | SupplicantStaIfaceHalHidlImpl.java | 1304 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimGsmAuthResponse() 1338 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAuthResponse() 1356 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAutsResponse()
|