Searched refs:informationElements (Results 1 – 12 of 12) sorted by relevance
431 public InformationElement[] informationElements; field in ScanResult559 informationElements = source.informationElements; in ScanResult()660 if (informationElements != null) { in writeToParcel()661 dest.writeInt(informationElements.length); in writeToParcel()662 for (int i = 0; i < informationElements.length; i++) { in writeToParcel()663 dest.writeInt(informationElements[i].id); in writeToParcel()664 dest.writeInt(informationElements[i].bytes.length); in writeToParcel()665 dest.writeByteArray(informationElements[i].bytes); in writeToParcel()741 sr.informationElements = new InformationElement[n];743 sr.informationElements[i] = new InformationElement();[all …]
47 input.informationElements = new InformationElement[] { in convertScanResult()63 input.informationElements = new InformationElement[] { in convertScanResultWithAnqpLines()78 input.informationElements = new InformationElement[] { in convertScanResultWithoutWifiSsid()146 assertArrayEquals("ScanResult information elements", input.informationElements, in validateScanDetail()147 output.getScanResult().informationElements); in validateScanDetail()
356 scan.informationElements = null; in testResponderPreambleSelection()366 scan.informationElements = new ScanResult.InformationElement[2]; in testResponderPreambleSelection()367 scan.informationElements[0] = htCap; in testResponderPreambleSelection()368 scan.informationElements[1] = vhtCap; in testResponderPreambleSelection()375 scan.informationElements[0] = vsa; in testResponderPreambleSelection()376 scan.informationElements[1] = vsa; in testResponderPreambleSelection()383 scan.informationElements[0] = vsa; in testResponderPreambleSelection()384 scan.informationElements[1] = htCap; in testResponderPreambleSelection()
44 ScanResult.InformationElement[] informationElements, List<String> anqpLines) { in ScanDetail() argument54 mScanResult.informationElements = informationElements; in ScanDetail()
499 if (result.informationElements == null) { in onPnoNetworkFound()
306 if (scanResult.informationElements != null && scanResult.informationElements.length != 0) { in fromScanResult()309 for (ScanResult.InformationElement ie : scanResult.informationElements) { in fromScanResult()
230 scanResults[0].informationElements = new InformationElement[1]; in mockWifiScanner()231 scanResults[0].informationElements[0] = new InformationElement(); in mockWifiScanner()232 scanResults[0].informationElements[0].id = InformationElement.EID_SSID; in mockWifiScanner()233 scanResults[0].informationElements[0].bytes = in mockWifiScanner()1929 scanDatas[0].getResults()[0].informationElements = new InformationElement[0];1930 scanDatas[0].getResults()[1].informationElements = new InformationElement[0];1931 scanDatas[0].getResults()[2].informationElements = new InformationElement[0];1932 scanDatas[0].getResults()[3].informationElements = new InformationElement[0];
2414 staScanResult.informationElements.add(ie1); in createHidlAndFrameworkBgScanResult()
45 scanResult.informationElements, scanResult.anqpLines, scanResult.frequency); in toScanDetail()
388 InformationElementUtil.getRoamingConsortiumIE(scanResult.informationElements); in getAllMatchedProviders()390 scanResult.informationElements); in getAllMatchedProviders()507 InformationElementUtil.getHS2VendorSpecificIE(scanResult.informationElements); in getANQPElements()
1367 if (result.informationElements != null) { in reportFullScanResult()1368 newResult.informationElements = result.informationElements.clone(); in reportFullScanResult()1371 newResult.informationElements = null; in reportFullScanResult()1794 if (scanResult.informationElements != null in isSingleScanNeeded()1795 && scanResult.informationElements.length > 0) { in isSingleScanNeeded()
3693 Landroid/net/wifi/ScanResult;->informationElements:[Landroid/net/wifi/ScanResult$InformationElement;