Searched refs:getInformationElements (Results 1 – 9 of 9) sorted by relevance
113 assertEquals(2, info.getInformationElements().size()); in assertNoRedaction()115 info.getInformationElements().get(0).id); in assertNoRedaction()117 info.getInformationElements().get(0).idExt); in assertNoRedaction()119 info.getInformationElements().get(0).bytes); in assertNoRedaction()121 info.getInformationElements().get(1).id); in assertNoRedaction()123 info.getInformationElements().get(1).idExt); in assertNoRedaction()125 info.getInformationElements().get(1).bytes); in assertNoRedaction()207 assertNull(info.getInformationElements()); in assertLocationSensitiveRedaction()338 assertNull(info.getInformationElements()); in assertLocationSensitiveAndLocalMacAddressRedaction()385 assertNull(readWifiInfo.getInformationElements()); in testWifiInfoParcelWriteReadWithNullInfoElements()[all …]
366 public List<InformationElement> getInformationElements() { in getInformationElements() method in ProvisioningConfiguration.ScanResultInfo
1066 public List<InformationElement> getInformationElements() { in getInformationElements() method in ScanResult
1389 public List<ScanResult.InformationElement> getInformationElements() { in getInformationElements() method in WifiInfo
1698 … InformationElementUtil.parseInformationElements(result.getInformationElements()); in convertNativeScanResults()1714 null, result.getInformationElements()); in convertNativeScanResults()
6349 for (ScanResult.InformationElement ie : scanResult.getInformationElements()) {
1631 for (InformationElement ie : scanResultInfo.getInformationElements()) { in getVendorSpecificIEs()
27 …ull public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();297 …ble public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
1011 wifiInfo.getInformationElements()); in connect()