Home
last modified time | relevance | path

Searched refs:generateIes (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java229 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactNoRedactions()
292 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocationSensitiveInfo()
355 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocalMacAddressInfo()
446 List<ScanResult.InformationElement> informationElements = generateIes(); in testWifiInfoRedactLocationAndLocalMacAddressSensitiveInfo()
717 info1.setInformationElements(generateIes()); in testWifiInfoEqualsWithInfoElements()
718 info2.setInformationElements(generateIes()); in testWifiInfoEqualsWithInfoElements()
824 private static List<ScanResult.InformationElement> generateIes() { in generateIes() method in WifiInfoTest