Searched refs:informationElements (Results 1 – 11 of 11) sorted by relevance
487 public InformationElement[] informationElements; field in ScanResult615 informationElements = source.informationElements; in ScanResult()716 if (informationElements != null) { in writeToParcel()717 dest.writeInt(informationElements.length); in writeToParcel()718 for (int i = 0; i < informationElements.length; i++) { in writeToParcel()719 dest.writeInt(informationElements[i].id); in writeToParcel()720 dest.writeInt(informationElements[i].bytes.length); in writeToParcel()721 dest.writeByteArray(informationElements[i].bytes); in writeToParcel()798 sr.informationElements = new InformationElement[n];800 sr.informationElements[i] = new InformationElement();[all …]
48 input.informationElements = new InformationElement[] { in convertScanResult()64 input.informationElements = new InformationElement[] { in convertScanResultWithAnqpLines()79 input.informationElements = new InformationElement[] { in convertScanResultWithoutWifiSsid()147 assertArrayEquals("ScanResult information elements", input.informationElements, in validateScanDetail()148 output.getScanResult().informationElements); in validateScanDetail()
359 scan.informationElements = null; in testResponderPreambleSelection()369 scan.informationElements = new ScanResult.InformationElement[2]; in testResponderPreambleSelection()370 scan.informationElements[0] = htCap; in testResponderPreambleSelection()371 scan.informationElements[1] = vhtCap; in testResponderPreambleSelection()378 scan.informationElements[0] = vsa; in testResponderPreambleSelection()379 scan.informationElements[1] = vsa; in testResponderPreambleSelection()386 scan.informationElements[0] = vsa; in testResponderPreambleSelection()387 scan.informationElements[1] = htCap; in testResponderPreambleSelection()
44 ScanResult.InformationElement[] informationElements, List<String> anqpLines) { in ScanDetail() argument54 mScanResult.informationElements = informationElements; in ScanDetail()
513 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()
483 InformationElementUtil.getRoamingConsortiumIE(scanResult.informationElements); in findEapMethodFromNAIRealmMatchedWithCarrier()485 scanResult.informationElements); in findEapMethodFromNAIRealmMatchedWithCarrier()770 InformationElementUtil.getRoamingConsortiumIE(scanResult.informationElements); in getAllMatchedProviders()772 scanResult.informationElements); in getAllMatchedProviders()888 InformationElementUtil.getHS2VendorSpecificIE(scanResult.informationElements); in getANQPElements()
236 scanResults[0].informationElements = new InformationElement[1]; in mockWifiScanner()237 scanResults[0].informationElements[0] = new InformationElement(); in mockWifiScanner()238 scanResults[0].informationElements[0].id = InformationElement.EID_SSID; in mockWifiScanner()239 scanResults[0].informationElements[0].bytes = in mockWifiScanner()1988 scanDatas[0].getResults()[0].informationElements = new InformationElement[0];1989 scanDatas[0].getResults()[1].informationElements = new InformationElement[0];1990 scanDatas[0].getResults()[2].informationElements = new InformationElement[0];1991 scanDatas[0].getResults()[3].informationElements = new InformationElement[0];
3311 staScanResult.informationElements.add(ie1); in createHidlAndFrameworkBgScanResult()
45 scanResult.informationElements, scanResult.anqpLines, scanResult.frequency); in toScanDetail()
1434 if (result.informationElements != null) { in reportFullScanResult()1435 newResult.informationElements = result.informationElements.clone(); in reportFullScanResult()1438 newResult.informationElements = null; in reportFullScanResult()1863 if (scanResult.informationElements != null in isSingleScanNeeded()1864 && scanResult.informationElements.length > 0) { in isSingleScanNeeded()