Searched refs:getEapAnonymousIdentity (Results 1 – 5 of 5) sorted by relevance
488 if (getEapAnonymousIdentity() && !ArrayUtils.isEmpty(mEapAnonymousIdentity)) { in loadWifiEnterpriseConfig()2271 private boolean getEapAnonymousIdentity() { in getEapAnonymousIdentity() method in SupplicantStaNetworkHal2277 mISupplicantStaNetwork.getEapAnonymousIdentity((SupplicantStatus status, in getEapAnonymousIdentity()2302 if (!getEapAnonymousIdentity()) { in fetchEapAnonymousIdentity()
1947 public String getEapAnonymousIdentity(@NonNull String ifaceName) { in getEapAnonymousIdentity() method in WifiNative
4462 mWifiNative.getEapAnonymousIdentity(mInterfaceName); in processMessage()
1383 .getEapAnonymousIdentity( in setupISupplicantNetworkMock()
1068 verify(mWifiNative, never()).getEapAnonymousIdentity(any()); in testSetAnonymousIdentityWhenConnectionIsEstablished()