Home
last modified time | relevance | path

Searched defs:informationElements (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java120 List<ScanResult.InformationElement> informationElements) { in makeWifiInfoForRedactionTest()
152 List<ScanResult.InformationElement> informationElements) { in assertNoRedaction()
201 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactNoRedactions() local
264 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocationSensitiveInfo() local
327 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocalMacAddressInfo() local
413 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocationAndLocalMacAddressSensitiveInfo() local
779 List<ScanResult.InformationElement> informationElements = new ArrayList<>(); in generateIes() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanDetail.java52 @Nullable ScanResult.InformationElement[] informationElements, in ScanDetail()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DProvisioningConfiguration.java367 @NonNull List<InformationElement> informationElements) { in ScanResultInfo()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1297 public InformationElement[] informationElements; field in ScanResult