Searched refs:sendCurrentNetworkEapSimGsmAuthFailure (Results 1 – 6 of 6) sorted by relevance
454 when(mStaIfaceHalAidlMock.sendCurrentNetworkEapSimGsmAuthFailure(anyString())) in testSendCurrentNetworkEapSimGsmAuthFailure()456 assertTrue(mDut.sendCurrentNetworkEapSimGsmAuthFailure(IFACE_NAME)); in testSendCurrentNetworkEapSimGsmAuthFailure()457 verify(mStaIfaceHalAidlMock).sendCurrentNetworkEapSimGsmAuthFailure(eq(IFACE_NAME)); in testSendCurrentNetworkEapSimGsmAuthFailure()
201 boolean sendCurrentNetworkEapSimGsmAuthFailure(@NonNull String ifaceName); in sendCurrentNetworkEapSimGsmAuthFailure() method
1233 public boolean sendCurrentNetworkEapSimGsmAuthFailure(@NonNull String ifaceName) { in sendCurrentNetworkEapSimGsmAuthFailure() method in SupplicantStaIfaceHal1239 return mStaIfaceHal.sendCurrentNetworkEapSimGsmAuthFailure(ifaceName); in sendCurrentNetworkEapSimGsmAuthFailure()
1001 public boolean sendCurrentNetworkEapSimGsmAuthFailure(@NonNull String ifaceName) { in sendCurrentNetworkEapSimGsmAuthFailure() method in SupplicantStaIfaceHalAidlImpl
1320 public boolean sendCurrentNetworkEapSimGsmAuthFailure(@NonNull String ifaceName) { in sendCurrentNetworkEapSimGsmAuthFailure() method in SupplicantStaIfaceHalHidlImpl
2811 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimGsmAuthFailure(ifaceName);