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.java113 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 …]
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DProvisioningConfiguration.java366 public List<InformationElement> getInformationElements() { in getInformationElements() method in ProvisioningConfiguration.ScanResultInfo
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1066 public List<InformationElement> getInformationElements() { in getInformationElements() method in ScanResult
DWifiInfo.java1389 public List<ScanResult.InformationElement> getInformationElements() { in getInformationElements() method in WifiInfo
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1698 … InformationElementUtil.parseInformationElements(result.getInformationElements()); in convertNativeScanResults()
1714 null, result.getInformationElements()); in convertNativeScanResults()
DClientModeImpl.java6349 for (ScanResult.InformationElement ie : scanResult.getInformationElements()) {
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java1631 for (InformationElement ie : scanResultInfo.getInformationElements()) { in getVendorSpecificIEs()
/packages/modules/Wifi/framework/api/
Dcurrent.txt27 …ull public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
297 …ble public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java1011 wifiInfo.getInformationElements()); in connect()