Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java971 WifiConfiguration roamingWifiConfiguration = new WifiConfiguration(); in getAllMatchingFqdnsForScanResults() local
972 roamingWifiConfiguration.FQDN = TEST_FQDN + 1; in getAllMatchingFqdnsForScanResults()
989 lenient().when(providerRoaming.getWifiConfig()).thenReturn(roamingWifiConfiguration); in getAllMatchingFqdnsForScanResults()