Searched refs:getEapAnonymousIdentity (Results 1 – 6 of 6) sorted by relevance
1232 assertTrue(TextUtils.isEmpty(mWifiNative.getEapAnonymousIdentity(WIFI_IFACE_NAME))); in testGetEapAnonymousIdentity()1238 assertEquals(anonymousId, mWifiNative.getEapAnonymousIdentity(WIFI_IFACE_NAME)); in testGetEapAnonymousIdentity()1244 assertEquals(pseudonymId, mWifiNative.getEapAnonymousIdentity(WIFI_IFACE_NAME)); in testGetEapAnonymousIdentity()1249 assertEquals(anonymousId, mWifiNative.getEapAnonymousIdentity(WIFI_IFACE_NAME)); in testGetEapAnonymousIdentity()1254 assertEquals(anonymousId, mWifiNative.getEapAnonymousIdentity(WIFI_IFACE_NAME)); in testGetEapAnonymousIdentity()1259 assertNull(mWifiNative.getEapAnonymousIdentity(WIFI_IFACE_NAME)); in testGetEapAnonymousIdentity()
1214 when(mWifiNative.getEapAnonymousIdentity(anyString())) in testSetAnonymousIdentityWhenConnectionIsEstablishedNoPseudonym()1223 verify(mWifiNative).getEapAnonymousIdentity(any()); in testSetAnonymousIdentityWhenConnectionIsEstablishedNoPseudonym()1268 when(mWifiNative.getEapAnonymousIdentity(anyString())) in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonym()1277 verify(mWifiNative).getEapAnonymousIdentity(any()); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonym()1324 when(mWifiNative.getEapAnonymousIdentity(anyString())) in testSetAnonymousIdentityWhenConnectionIsEstablishedWithNonDecoratedPseudonym()1333 verify(mWifiNative).getEapAnonymousIdentity(any()); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithNonDecoratedPseudonym()1377 when(mWifiNative.getEapAnonymousIdentity(anyString())) in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonymForSuggestion()1386 verify(mWifiNative).getEapAnonymousIdentity(any()); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonymForSuggestion()1435 when(mWifiNative.getEapAnonymousIdentity(anyString())) in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonymForPasspoint()1444 verify(mWifiNative).getEapAnonymousIdentity(any()); in testSetAnonymousIdentityWhenConnectionIsEstablishedWithPseudonymForPasspoint()
2012 .getEapAnonymousIdentity( in setupISupplicantNetworkMock()
552 if (getEapAnonymousIdentity() && !ArrayUtils.isEmpty(mEapAnonymousIdentity)) { in loadWifiEnterpriseConfig()2853 private boolean getEapAnonymousIdentity() { in getEapAnonymousIdentity() method in SupplicantStaNetworkHal2859 mISupplicantStaNetwork.getEapAnonymousIdentity((SupplicantStatus status, in getEapAnonymousIdentity()2884 if (!getEapAnonymousIdentity()) { in fetchEapAnonymousIdentity()
2425 public String getEapAnonymousIdentity(@NonNull String ifaceName) {
4365 mWifiNative.getEapAnonymousIdentity(mInterfaceName);