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.java196 assertEquals(2, info.getInformationElements().size()); in assertNoRedaction()
198 info.getInformationElements().get(0).id); in assertNoRedaction()
200 info.getInformationElements().get(0).idExt); in assertNoRedaction()
202 info.getInformationElements().get(0).bytes); in assertNoRedaction()
204 info.getInformationElements().get(1).id); in assertNoRedaction()
206 info.getInformationElements().get(1).idExt); in assertNoRedaction()
208 info.getInformationElements().get(1).bytes); in assertNoRedaction()
273 assertNull(info.getInformationElements()); in assertLocationSensitiveRedaction()
438 assertNull(info.getInformationElements()); in assertLocationSensitiveAndLocalMacAddressRedaction()
486 assertNull(readWifiInfo.getInformationElements()); in testWifiInfoParcelWriteReadWithNullInfoElements()
[all …]
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DProvisioningConfiguration.java428 public List<InformationElement> getInformationElements() { in getInformationElements() method in ProvisioningConfiguration.ScanResultInfo
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1400 public List<InformationElement> getInformationElements() { in getInformationElements() method in ScanResult
DWifiInfo.java1790 public List<ScanResult.InformationElement> getInformationElements() { in getInformationElements() method in WifiInfo
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java2086 … InformationElementUtil.parseInformationElements(result.getInformationElements()); in convertNativeScanResults()
2108 null, result.getInformationElements()); in convertNativeScanResults()
DClientModeImpl.java8315 for (ScanResult.InformationElement ie : scanResult.getInformationElements()) { in startIpClient()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java2244 for (InformationElement ie : scanResultInfo.getInformationElements()) { in getVendorSpecificIEs()
/packages/modules/Wifi/framework/api/
Dcurrent.txt51 …ull public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
386 …ble public java.util.List<android.net.wifi.ScanResult.InformationElement> getInformationElements();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java1303 wifiInfo.getInformationElements()); in connect()
1459 wifiInfo.getInformationElements()); in connectWithIpProvisionTimeout()