Searched refs:sendNetworkEapSimGsmAuthResponse (Results 1 – 4 of 4) sorted by relevance
526 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()528 assertTrue(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()563 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()565 assertTrue(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()589 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse()591 assertFalse(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse()611 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse()613 assertFalse(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse()
971 when(mSupplicantStaNetworkMock.sendNetworkEapSimGsmAuthResponse(eq(params))) in testSetCurrentNetworkEapSimGsmAuthResponse()977 verify(mSupplicantStaNetworkMock, never()).sendNetworkEapSimGsmAuthResponse(eq(params)); in testSetCurrentNetworkEapSimGsmAuthResponse()980 verify(mSupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(eq(params)); in testSetCurrentNetworkEapSimGsmAuthResponse()
2616 public boolean sendNetworkEapSimGsmAuthResponse(String paramsStr) { in sendNetworkEapSimGsmAuthResponse() method in SupplicantStaNetworkHal2648 return sendNetworkEapSimGsmAuthResponse(params); in sendNetworkEapSimGsmAuthResponse()2657 private boolean sendNetworkEapSimGsmAuthResponse( in sendNetworkEapSimGsmAuthResponse() method in SupplicantStaNetworkHal2664 mISupplicantStaNetwork.sendNetworkEapSimGsmAuthResponse(params); in sendNetworkEapSimGsmAuthResponse()
1112 return networkHandle.sendNetworkEapSimGsmAuthResponse(paramsStr); in sendCurrentNetworkEapSimGsmAuthResponse()