Searched refs:mEapAnonymousIdentity (Results 1 – 1 of 1) sorted by relevance
122 private ArrayList<Byte> mEapAnonymousIdentity; field in SupplicantStaNetworkHal488 if (getEapAnonymousIdentity() && !ArrayUtils.isEmpty(mEapAnonymousIdentity)) { in loadWifiEnterpriseConfig()491 NativeUtil.stringFromByteArrayList(mEapAnonymousIdentity)); in loadWifiEnterpriseConfig()2281 this.mEapAnonymousIdentity = identityValue; in getEapAnonymousIdentity()2305 return NativeUtil.stringFromByteArrayList(mEapAnonymousIdentity); in fetchEapAnonymousIdentity()