Searched refs:getCurrentNetworkEapAnonymousIdentity (Results 1 – 9 of 9) sorted by relevance
1515 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()1521 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()1527 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()1532 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()1537 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()1542 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()
418 when(mStaIfaceHalAidlMock.getCurrentNetworkEapAnonymousIdentity(anyString())) in testGetCurrentNetworkEapAnonymousIdentity()420 assertEquals(RESPONSE, mDut.getCurrentNetworkEapAnonymousIdentity(IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()421 verify(mStaIfaceHalAidlMock).getCurrentNetworkEapAnonymousIdentity(eq(IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
784 assertEquals(null, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()788 anonymousIdentity, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
922 assertEquals(null, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()926 anonymousIdentity, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
178 String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName); in getCurrentNetworkEapAnonymousIdentity() method
1182 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHal1189 return mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(ifaceName); in getCurrentNetworkEapAnonymousIdentity()
1301 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHalHidlImpl
1028 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHalAidlImpl
3058 .getCurrentNetworkEapAnonymousIdentity(ifaceName);