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.java757 assertEquals(null, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
761 anonymousIdentity, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2166 return mSupplicantStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(ifaceName);
DSupplicantStaIfaceHal.java1140 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHal