Searched refs:sendNetworkEapSimGsmAuthResponse (Results 1 – 4 of 4) sorted by relevance
547 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()549 assertTrue(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendNetworkEapSimGsmAuthResponseWith2KcSresPair()584 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()586 assertTrue(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendNetworkEapSimGsmAuthResponseWith3KcSresPair()610 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse()612 assertFalse(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendInvalidKcSresLenNetworkEapSimGsmAuthResponse()632 }).when(mISupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(any(ArrayList.class)); in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse()634 assertFalse(mSupplicantNetwork.sendNetworkEapSimGsmAuthResponse(paramsStr)); in testSendInvalidKcSresPairNumNetworkEapSimGsmAuthResponse()
822 when(mSupplicantStaNetworkMock.sendNetworkEapSimGsmAuthResponse(eq(params))) in testSetCurrentNetworkEapSimGsmAuthResponse()828 verify(mSupplicantStaNetworkMock, never()).sendNetworkEapSimGsmAuthResponse(eq(params)); in testSetCurrentNetworkEapSimGsmAuthResponse()831 verify(mSupplicantStaNetworkMock).sendNetworkEapSimGsmAuthResponse(eq(params)); in testSetCurrentNetworkEapSimGsmAuthResponse()
3206 public boolean sendNetworkEapSimGsmAuthResponse(String paramsStr) { in sendNetworkEapSimGsmAuthResponse() method in SupplicantStaNetworkHal3238 return sendNetworkEapSimGsmAuthResponse(params); in sendNetworkEapSimGsmAuthResponse()3247 private boolean sendNetworkEapSimGsmAuthResponse( in sendNetworkEapSimGsmAuthResponse() method in SupplicantStaNetworkHal3254 mISupplicantStaNetwork.sendNetworkEapSimGsmAuthResponse(params); in sendNetworkEapSimGsmAuthResponse()
1259 return networkHandle.sendNetworkEapSimGsmAuthResponse(paramsStr); in sendCurrentNetworkEapSimGsmAuthResponse()