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.java142 List<ScanResult.InformationElement> informationElements) { in makeWifiInfoForRedactionTest()
177 List<ScanResult.InformationElement> informationElements) { in assertNoRedaction()
229 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactNoRedactions() local
292 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocationSensitiveInfo() local
355 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocalMacAddressInfo() local
446 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocationAndLocalMacAddressSensitiveInfo() local
825 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.java399 @NonNull List<InformationElement> informationElements) { in ScanResultInfo()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1395 public InformationElement[] informationElements; field in ScanResult