Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1193 assertEquals(ANONYMOUS_IDENTITY, mSupplicantNetwork.fetchEapAnonymousIdentity()); in testFetchEapAnonymousIdentity()
1536 mSupplicantNetwork.fetchEapAnonymousIdentity()); in testEapNetworkSetsDecoratedIdentityPrefix()
DSupplicantStaIfaceHalTest.java804 when(mSupplicantStaNetworkMock.fetchEapAnonymousIdentity()) in testGetCurrentNetworkEapAnonymousIdentity()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java1222 return networkHandle.fetchEapAnonymousIdentity(); in getCurrentNetworkEapAnonymousIdentity()
DSupplicantStaNetworkHal.java2882 public String fetchEapAnonymousIdentity() { in fetchEapAnonymousIdentity() method in SupplicantStaNetworkHal