Searched defs:InformationElement (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java398 public static class InformationElement { class in class:ScanResult
416 public InformationElement() { method in class:ScanResult.InformationElement
419 public InformationElement(InformationElement rhs) { method in class:ScanResult.InformationElement
428 public InformationElement[] informationElements;
729 sr.informationElements = new InformationElement[n];
731 sr.informationElements[i] = new InformationElement();

Completed in 139 milliseconds