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.java140 List<ScanResult.InformationElement> informationElements) { in makeWifiInfoForRedactionTest()
172 List<ScanResult.InformationElement> informationElements) { in assertNoRedaction()
221 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactNoRedactions() local
284 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocationSensitiveInfo() local
347 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocalMacAddressInfo() local
438 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocationAndLocalMacAddressSensitiveInfo() local
807 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.java379 @NonNull List<InformationElement> informationElements) { in ScanResultInfo()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java1308 public InformationElement[] informationElements; field in ScanResult