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 | 422         String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc)  in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()  local454         String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1)  in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()  local
 488         String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc1)  in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse()  local
 507         String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc)  in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse()  local
 525         String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik)  in testSendNetworkEapSimUmtsAuthResponse()  local
 548         String paramsStr = ":" + NativeUtil.hexStringFromByteArray(ik)  in testSendInvalidNetworkEapSimUmtsAuthResponse()  local
 564         String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts);  in testSendNetworkEapSimUmtsAutsResponse()  local
 579         String paramsStr = ":" + NativeUtil.hexStringFromByteArray(auts);  in testSendInvalidNetworkEapSimUmtsAutsResponse()  local
 
 | 
| D | SupplicantStaNetworkHalHidlImplTest.java | 554         String paramsStr = ":" + NativeUtil.hexStringFromByteArray(kc)  in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()  local587         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 | 192             @NonNull String ifaceName, String paramsStr);  in sendCurrentNetworkEapSimGsmAuthResponse()210             @NonNull String ifaceName, String paramsStr);  in sendCurrentNetworkEapSimUmtsAuthResponse()
 220             @NonNull String ifaceName, String paramsStr);  in sendCurrentNetworkEapSimUmtsAutsResponse()
 
 | 
| D | SupplicantStaNetworkHalAidlImpl.java | 3020     public boolean sendNetworkEapSimGsmAuthResponse(String paramsStr) {  in sendNetworkEapSimGsmAuthResponse()3114     public boolean sendNetworkEapSimUmtsAuthResponse(String paramsStr) {  in sendNetworkEapSimUmtsAuthResponse()
 3178     public boolean sendNetworkEapSimUmtsAutsResponse(String paramsStr) {  in sendNetworkEapSimUmtsAutsResponse()
 
 | 
| D | SupplicantStaIfaceHal.java | 1210             @NonNull String ifaceName, String paramsStr) {  in sendCurrentNetworkEapSimGsmAuthResponse()1244             @NonNull String ifaceName, String paramsStr) {  in sendCurrentNetworkEapSimUmtsAuthResponse()
 1262             @NonNull String ifaceName, String paramsStr) {  in sendCurrentNetworkEapSimUmtsAutsResponse()
 
 | 
| D | SupplicantStaIfaceHalAidlImpl.java | 962             @NonNull String ifaceName, String paramsStr) {  in sendCurrentNetworkEapSimGsmAuthResponse()1000             @NonNull String ifaceName, String paramsStr) {  in sendCurrentNetworkEapSimUmtsAuthResponse()
 1020             @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 | 1295             @NonNull String ifaceName, String paramsStr) {  in sendCurrentNetworkEapSimGsmAuthResponse()1329             @NonNull String ifaceName, String paramsStr) {  in sendCurrentNetworkEapSimUmtsAuthResponse()
 1347             @NonNull String ifaceName, String paramsStr) {  in sendCurrentNetworkEapSimUmtsAutsResponse()
 
 |