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.java1026 assertEquals(ANONYMOUS_IDENTITY, mSupplicantNetwork.fetchEapAnonymousIdentity()); in testFetchEapAnonymousIdentity()
DSupplicantStaIfaceHalTest.java953 when(mSupplicantStaNetworkMock.fetchEapAnonymousIdentity()) in testGetCurrentNetworkEapAnonymousIdentity()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java2300 public String fetchEapAnonymousIdentity() { in fetchEapAnonymousIdentity() method in SupplicantStaNetworkHal
DSupplicantStaIfaceHal.java1051 return networkHandle.fetchEapAnonymousIdentity(); in getCurrentNetworkEapAnonymousIdentity()