Home
last modified time | relevance | path

Searched refs:getInformationElements (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java171 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 …]
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DProvisioningConfiguration.java396 public List<InformationElement> getInformationElements() { in getInformationElements() method in ProvisioningConfiguration.ScanResultInfo
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1302 public List<InformationElement> getInformationElements() { in getInformationElements() method in ScanResult
DWifiInfo.java1681 public List<ScanResult.InformationElement> getInformationElements() { in getInformationElements() method in WifiInfo
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1777 … InformationElementUtil.parseInformationElements(result.getInformationElements()); in convertNativeScanResults()
1793 null, result.getInformationElements()); in convertNativeScanResults()
DClientModeImpl.java7015 for (ScanResult.InformationElement ie : scanResult.getInformationElements()) {
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1737 for (InformationElement ie : scanResultInfo.getInformationElements()) { in getVendorSpecificIEs()
/packages/modules/Wifi/framework/api/
Dcurrent.txt48 …ull public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
346 …ble public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java1167 wifiInfo.getInformationElements()); in connect()