Searched refs:getInformationElements (Results 1 – 9 of 9) sorted by relevance
171 assertEquals(2, info.getInformationElements().size()); in assertNoRedaction()173 info.getInformationElements().get(0).id); in assertNoRedaction()175 info.getInformationElements().get(0).idExt); in assertNoRedaction()177 info.getInformationElements().get(0).bytes); in assertNoRedaction()179 info.getInformationElements().get(1).id); in assertNoRedaction()181 info.getInformationElements().get(1).idExt); in assertNoRedaction()183 info.getInformationElements().get(1).bytes); in assertNoRedaction()245 assertNull(info.getInformationElements()); in assertLocationSensitiveRedaction()405 assertNull(info.getInformationElements()); in assertLocationSensitiveAndLocalMacAddressRedaction()453 assertNull(readWifiInfo.getInformationElements()); in testWifiInfoParcelWriteReadWithNullInfoElements()[all …]
396 public List<InformationElement> getInformationElements() { in getInformationElements() method in ProvisioningConfiguration.ScanResultInfo
1302 public List<InformationElement> getInformationElements() { in getInformationElements() method in ScanResult
1681 public List<ScanResult.InformationElement> getInformationElements() { in getInformationElements() method in WifiInfo
1777 … InformationElementUtil.parseInformationElements(result.getInformationElements()); in convertNativeScanResults()1793 null, result.getInformationElements()); in convertNativeScanResults()
7015 for (ScanResult.InformationElement ie : scanResult.getInformationElements()) {
1737 for (InformationElement ie : scanResultInfo.getInformationElements()) { in getVendorSpecificIEs()
48 …ull public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();346 …ble public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
1167 wifiInfo.getInformationElements()); in connect()