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