Home
last modified time | relevance | path

Searched refs:getCurrentNetworkEapAnonymousIdentity (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java1515 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()
DSupplicantStaIfaceHalTest.java418 when(mStaIfaceHalAidlMock.getCurrentNetworkEapAnonymousIdentity(anyString())) in testGetCurrentNetworkEapAnonymousIdentity()
420 assertEquals(RESPONSE, mDut.getCurrentNetworkEapAnonymousIdentity(IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
421 verify(mStaIfaceHalAidlMock).getCurrentNetworkEapAnonymousIdentity(eq(IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
DSupplicantStaIfaceHalAidlImplTest.java784 assertEquals(null, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
788 anonymousIdentity, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
DSupplicantStaIfaceHalHidlImplTest.java922 assertEquals(null, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
926 anonymousIdentity, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DISupplicantStaIfaceHal.java178 String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName); in getCurrentNetworkEapAnonymousIdentity() method
DSupplicantStaIfaceHal.java1182 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHal
1189 return mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(ifaceName); in getCurrentNetworkEapAnonymousIdentity()
DSupplicantStaIfaceHalHidlImpl.java1301 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHalHidlImpl
DSupplicantStaIfaceHalAidlImpl.java1028 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHalAidlImpl
DWifiNative.java3058 .getCurrentNetworkEapAnonymousIdentity(ifaceName);