Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java958 assertEquals(null, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
962 anonymousIdentity, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1949 return mSupplicantStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(ifaceName); in getEapAnonymousIdentity()
DSupplicantStaIfaceHal.java1069 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHal