Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java988 lenient().when(providerHome.getWifiConfig()).thenReturn(homeWifiConfiguration); in getAllMatchingFqdnsForScanResults()
989 lenient().when(providerRoaming.getWifiConfig()).thenReturn(roamingWifiConfiguration); in getAllMatchingFqdnsForScanResults()
990 lenient().when(providerNone.getWifiConfig()).thenReturn(new WifiConfiguration()); in getAllMatchingFqdnsForScanResults()
1029 lenient().when(provider1.getWifiConfig()).thenReturn(wifiConfiguration1); in getWifiConfigsForPasspointProfiles()
1030 lenient().when(provider2.getWifiConfig()).thenReturn(wifiConfiguration2); in getWifiConfigsForPasspointProfiles()
1031 lenient().when(provider3.getWifiConfig()).thenReturn(wifiConfiguration3); in getWifiConfigsForPasspointProfiles()
DPasspointNetworkEvaluatorTest.java120 when(provider.getWifiConfig()).thenReturn(config); in generateProvider()
396 verify(testProvider, never()).getWifiConfig(); in evaluateScanMatchingSIMProviderWithoutSIMCard()
DPasspointProviderTest.java1003 WifiConfiguration wifiConfig = mProvider.getWifiConfig(); in getWifiConfigWithUserCredential()
1074 WifiConfiguration wifiConfig = mProvider.getWifiConfig(); in getWifiConfigWithCertCredential()
1129 WifiConfiguration wifiConfig = mProvider.getWifiConfig(); in getWifiConfigWithSimCredential()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointNetworkEvaluator.java223 WifiConfiguration config = networkInfo.mProvider.getWifiConfig(); in createWifiConfigForProvider()
DPasspointManager.java948 WifiConfiguration config = matchedProvider.first.getWifiConfig(); in getAllMatchingFqdnsForScanResults()
1071 configs.add(provider.getWifiConfig()); in getWifiConfigsForPasspointProfiles()
DPasspointProvider.java388 public WifiConfiguration getWifiConfig() { in getWifiConfig() method in PasspointProvider