Searched refs:sendNetworkEapSimGsmAuthResponse (Results 1 – 4 of 4) sorted by relevance
510 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()512 assertTrue(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()547 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()549 assertTrue(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()573 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse()575 assertFalse(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse()595 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse()597 assertFalse(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse()
770 when(mSupplicantStaNetworkMock.sendNetworkEapSimGsmAuthResponse(eq(params))) in testSetCurrentNetworkEapSimGsmAuthResponse()776 verify(mSupplicantStaNetworkMock, never()).sendNetworkEapSimGsmAuthResponse(eq(params)); in testSetCurrentNetworkEapSimGsmAuthResponse()779 verify(mSupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(eq(params)); in testSetCurrentNetworkEapSimGsmAuthResponse()
2930 public boolean sendNetworkEapSimGsmAuthResponse(String paramsStr) { in sendNetworkEapSimGsmAuthResponse() method in SupplicantStaNetworkHal2962 return sendNetworkEapSimGsmAuthResponse(params); in sendNetworkEapSimGsmAuthResponse()2971 private boolean sendNetworkEapSimGsmAuthResponse( in sendNetworkEapSimGsmAuthResponse() method in SupplicantStaNetworkHal2978 mISupplicantStaNetwork.sendNetworkEapSimGsmAuthResponse(params); in sendNetworkEapSimGsmAuthResponse()
1183 return networkHandle.sendNetworkEapSimGsmAuthResponse(paramsStr); in sendCurrentNetworkEapSimGsmAuthResponse()