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 | 427 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair() local 459 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair() local 493 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse() local 512 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse() local 530 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendNetworkEapSimUmtsAuthResponse() local 553 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendInvalidNetworkEapSimUmtsAuthResponse() local 569 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendNetworkEapSimUmtsAutsResponse() local 584 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendInvalidNetworkEapSimUmtsAutsResponse() local
|
D | SupplicantStaNetworkHalHidlImplTest.java | 556 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair() local 589 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair() local 624 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1) in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse() local 648 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc) in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse() local 672 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendNetworkEapSimUmtsAuthResponse() local 705 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik) in testSendInvalidNetworkEapSimUmtsAuthResponse() local 728 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendNetworkEapSimUmtsAutsResponse() local 747 String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts); in testSendInvalidNetworkEapSimUmtsAutsResponse() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ISupplicantStaIfaceHal.java | 199 @NonNull String ifaceName, String paramsStr); in sendCurrentNetworkEapSimGsmAuthResponse() 217 @NonNull String ifaceName, String paramsStr); in sendCurrentNetworkEapSimUmtsAuthResponse() 227 @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 | SupplicantStaNetworkHalHidlImpl.java | 3229 public boolean sendNetworkEapSimGsmAuthResponse(String paramsStr) { in sendNetworkEapSimGsmAuthResponse() 3309 public boolean sendNetworkEapSimUmtsAuthResponse(String paramsStr) { in sendNetworkEapSimUmtsAuthResponse() 3370 public boolean sendNetworkEapSimUmtsAutsResponse(String paramsStr) { in sendNetworkEapSimUmtsAutsResponse()
|
D | SupplicantStaIfaceHal.java | 1221 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimGsmAuthResponse() 1255 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAuthResponse() 1273 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAutsResponse()
|
D | SupplicantStaIfaceHalAidlImpl.java | 1069 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimGsmAuthResponse() 1107 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAuthResponse() 1127 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAutsResponse()
|
D | SupplicantStaIfaceHalHidlImpl.java | 1338 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimGsmAuthResponse() 1372 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAuthResponse() 1390 @NonNull String ifaceName, String paramsStr) { in sendCurrentNetworkEapSimUmtsAutsResponse()
|