Searched refs:mInformationElements (Results 1 – 2 of 2) sorted by relevance
265 private final List<InformationElement> mInformationElements; field in ProvisioningConfiguration.ScanResultInfo342 mInformationElements = in ScanResultInfo()367 return mInformationElements; in getInformationElements()376 for (InformationElement ie : mInformationElements) { in toString()390 && mInformationElements.equals(other.mInformationElements); in equals()395 return Objects.hash(mSsid, mBssid, mInformationElements); in hashCode()405 p.informationElements = toParcelableArray(mInformationElements, in toStableParcelable()
420 private List<ScanResult.InformationElement> mInformationElements; field in WifiInfo540 if (source.mInformationElements != null in WifiInfo()542 mInformationElements = new ArrayList<>(source.mInformationElements); in WifiInfo()1278 dest.writeTypedList(mInformationElements); in writeToParcel()1332 info.mInformationElements = in.createTypedArrayList(1372 mInformationElements = null; in setInformationElements()1375 mInformationElements = new ArrayList<>(infoElements); in setInformationElements()1390 if (mInformationElements == null) return null; in getInformationElements()1391 return new ArrayList<>(mInformationElements); in getInformationElements()1479 && Objects.equals(mInformationElements, thatWifiInfo.mInformationElements) in equals()[all …]