Searched refs:InformationElement (Results 1 – 4 of 4) sorted by relevance
247 private final List<InformationElement> mInformationElements;253 public static class InformationElement { class in ProvisioningConfiguration.ScanResultInfo258 public InformationElement(int id, @NonNull ByteBuffer payload) { in InformationElement() method in ProvisioningConfiguration.ScanResultInfo.InformationElement281 if (!(o instanceof InformationElement)) return false; in equals()282 InformationElement other = (InformationElement) o; in equals()311 public static InformationElement fromStableParcelable(InformationElementParcelable p) { in fromStableParcelable()313 return new InformationElement(p.id, in fromStableParcelable()319 @NonNull List<InformationElement> informationElements) { in ScanResultInfo()348 public List<InformationElement> getInformationElements() { in getInformationElements()358 for (InformationElement ie : mInformationElements) { in toString()[all …]
58 final ScanResultInfo.InformationElement ie = in makeScanResultInfo()59 new ScanResultInfo.InformationElement(0xdd /* vendor specific IE id */, in makeScanResultInfo()
52 import android.net.shared.ProvisioningConfiguration.ScanResultInfo.InformationElement;1401 for (InformationElement ie : scanResultInfo.getInformationElements()) { in getVendorSpecificIEs()
2003 final ScanResultInfo.InformationElement ie =2004 new ScanResultInfo.InformationElement(id /* IE id */, payload);