Home
last modified time | relevance | path

Searched refs:fetchEapAnonymousIdentity (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1038 assertEquals(ANONYMOUS_IDENTITY, mSupplicantNetwork.fetchEapAnonymousIdentity()); in testFetchEapAnonymousIdentity()
DSupplicantStaIfaceHalTest.java752 when(mSupplicantStaNetworkMock.fetchEapAnonymousIdentity()) in testGetCurrentNetworkEapAnonymousIdentity()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java1146 return networkHandle.fetchEapAnonymousIdentity(); in getCurrentNetworkEapAnonymousIdentity()
DSupplicantStaNetworkHal.java2606 public String fetchEapAnonymousIdentity() { in fetchEapAnonymousIdentity() method in SupplicantStaNetworkHal