Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java1014 assertEquals(VALID_CARRIER_ID, mProvider.getWifiConfig().carrierId); in matchThreeGPPNetworkWithNAIRealmMatch()
1119 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithUserCredential()
1125 createProvider(config).getWifiConfig()); in getWifiConfigWithUserCredential()
1152 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1158 createProvider(config).getWifiConfig()); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1177 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithUserCredentialNoCaCert()
1204 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithCertCredential()
1232 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithCertCredentialHasAaaServerTrustedNames()
1258 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithCertCredentialNoCaCert()
1276 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithSimCredential()
[all …]
DPasspointManagerTest.java322 lenient().when(provider.getWifiConfig()).thenReturn(wifiConfig); in createMockProvider()
637 provider.getWifiConfig().getProfileKey()); in addRemoveSavedProviderWithValidUserCredential()
723 provider.getWifiConfig().getProfileKey()); in verifyEnableMacRandomization()
781 provider.getWifiConfig().getProfileKey()); in addRemoveSavedProviderWithValidSimCredential()
868 WifiConfiguration origWifiConfig = origProvider.getWifiConfig(); in addSavedProviderWithExistingConfig()
902 when(mWifiConfigManager.getConfiguredNetwork(origProvider.getWifiConfig() in addSavedProviderWithExistingConfig()
1230 providerHome.getWifiConfig().isHomeProviderNetwork = true; in getAllMatchingFqdnsForScanResults()
1287 WifiConfiguration config1 = provider1.getWifiConfig(); in getWifiConfigsForPasspointProfiles()
1295 .isPasspointSuggestionSharedWithUser(provider3.getWifiConfig())).thenReturn(false); in getWifiConfigsForPasspointProfiles()
1296 WifiConfiguration config3 = provider3.getWifiConfig(); in getWifiConfigsForPasspointProfiles()
[all …]
DPasspointNetworkNominateHelperTest.java124 when(provider.getWifiConfig()).thenReturn(config); in generateProvider()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
DWifiUtilsTest.java100 final WifiConfiguration config = WifiUtils.getWifiConfig(wifiEntry, null /* scanResult */); in getWifiConfigByWifiEntry_shouldReturnCorrectConfig()
108 WifiConfiguration config = WifiUtils.getWifiConfig(null /* wifiEntry */, in getWifiConfigWithNullInput_ThrowIllegalArgumentException()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiUtil.java196 WifiConfiguration wifiConfig = getWifiConfig(ssid, security, password, hidden); in connectToWifiEntry()
200 private static WifiConfiguration getWifiConfig(String ssid, int security, in getWifiConfig() method in WifiUtil
210 public static WifiConfiguration getWifiConfig(@NonNull WifiEntry wifiEntry, in getWifiConfig() method in WifiUtil
DWifiPasswordDialog.java111 return WifiUtil.getWifiConfig(mWifiEntry, mEditText.getText().toString()); in getConfig()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java529 newProvider.getWifiConfig().getProfileKey()); in addOrUpdateProvider()
533 newProvider.getWifiConfig(), uid, packageName, isFromSuggestion); in addOrUpdateProvider()
576 provider.getWifiConfig().getProfileKey()); in removeProviderInternal()
671 updateWifiConfigInWcmIfPresent(provider.getWifiConfig(), provider.getCreatorUid(), in enableAutojoin()
691 updateWifiConfigInWcmIfPresent(provider.getWifiConfig(), in enableAutojoin()
724 provider.getWifiConfig().getProfileKey()); in enableMacRandomization()
1047 WifiConfiguration config = matchedProvider.first.getWifiConfig(); in getAllMatchingPasspointProfilesForScanResults()
1175 WifiConfiguration config = provider.getWifiConfig(); in getWifiConfigsForPasspointProfiles()
DPasspointNetworkNominateHelper.java190 WifiConfiguration config = candidate.mProvider.getWifiConfig(); in createWifiConfigForProvider()
DPasspointProvider.java498 public WifiConfiguration getWifiConfig() { in getWifiConfig() method in PasspointProvider
725 builder.append(getWifiConfig()); in toString()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWifiUtils.java71 public static WifiConfiguration getWifiConfig(AccessPoint accessPoint, ScanResult scanResult, in getWifiConfig() method in WifiUtils
DNetworkRequestDialogFragment.java204 wifiConfig = WifiUtils.getWifiConfig(selectedAccessPoint, /* scanResult */ in onClick()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiUtils.java154 public static WifiConfiguration getWifiConfig(WifiEntry wifiEntry, ScanResult scanResult) { in getWifiConfig() method in WifiUtils
DNetworkRequestDialogActivity.java197 mMatchedConfig = WifiUtils.getWifiConfig(null /* wifiEntry */, scanResults.get(0)); in onMatch()
DNetworkRequestDialogFragment.java192 config = WifiUtils.getWifiConfig(wifiEntry, null /* scanResult */); in onClick()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiEntryListPreferenceControllerTest.java245 WifiConfiguration config = WifiUtil.getWifiConfig(mMockWifiEntry1, password); in callChangeListener_newSecureWifiEntry_wifiConnected()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/
DNetworkRequestDialogFragment.java238 wifiConfig = WifiUtil.getWifiConfig(selectedWifiEntry, /* password= */ null); in onClick()