Searched refs:mEapAnonymousIdentity (Results 1 – 1 of 1) sorted by relevance
123 private ArrayList<Byte> mEapAnonymousIdentity; field in SupplicantStaNetworkHal552 if (getEapAnonymousIdentity() && !ArrayUtils.isEmpty(mEapAnonymousIdentity)) { in loadWifiEnterpriseConfig()555 NativeUtil.stringFromByteArrayList(mEapAnonymousIdentity)); in loadWifiEnterpriseConfig()2863 this.mEapAnonymousIdentity = identityValue; in getEapAnonymousIdentity()2887 return NativeUtil.stringFromByteArrayList(mEapAnonymousIdentity); in fetchEapAnonymousIdentity()