Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DIWifiManager.aidl70 Map getAllMatchingFqdnsForScanResults(in List<ScanResult> scanResult); in getAllMatchingFqdnsForScanResults() method
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DBaseWifiService.java105 public Map<String, Map<Integer, List<ScanResult>>> getAllMatchingFqdnsForScanResults( in getAllMatchingFqdnsForScanResults() method in BaseWifiService
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointManagerTest.java1222 public void getAllMatchingFqdnsForScanResults() { in getAllMatchingFqdnsForScanResults() method in PasspointManagerTest