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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java722 assertEquals(null, mDut.getCurrentNetworkEapAnonymousIdentity());
725 assertEquals(anonymousIdentity, mDut.getCurrentNetworkEapAnonymousIdentity());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java542 return mSupplicantStaIfaceHal.getCurrentNetworkEapAnonymousIdentity();
H A DSupplicantStaIfaceHal.java578 public String getCurrentNetworkEapAnonymousIdentity() { method in class:SupplicantStaIfaceHal

Completed in 76 milliseconds