Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java1035 assertEquals(VALID_CARRIER_ID, mProvider.getWifiConfig().carrierId); in matchThreeGPPNetworkWithNAIRealmMatch()
1140 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithUserCredential()
1146 createProvider(config).getWifiConfig()); in getWifiConfigWithUserCredential()
1173 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1179 createProvider(config).getWifiConfig()); in getWifiConfigWithUserCredentialHasAaaServerTrustedNames()
1198 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithUserCredentialNoCaCert()
1225 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithCertCredential()
1253 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithCertCredentialHasAaaServerTrustedNames()
1279 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithCertCredentialNoCaCert()
1297 verifyWifiConfigWithTestData(config, mProvider.getWifiConfig()); in getWifiConfigWithSimCredential()
[all …]
DPasspointManagerTest.java356 lenient().when(provider.getWifiConfig()).thenReturn(wifiConfig); in createMockProvider()
678 provider.getWifiConfig().getProfileKey()); in addRemoveSavedProviderWithValidUserCredential()
764 provider.getWifiConfig().getProfileKey()); in verifyEnableMacRandomization()
822 provider.getWifiConfig().getProfileKey()); in addRemoveSavedProviderWithValidSimCredential()
909 WifiConfiguration origWifiConfig = origProvider.getWifiConfig(); in addSavedProviderWithExistingConfig()
944 when(mWifiConfigManager.getConfiguredNetwork(origProvider.getWifiConfig() in addSavedProviderWithExistingConfig()
1231 providerHome.getWifiConfig().isHomeProviderNetwork = true; in getAllMatchingFqdnsForScanResults()
1288 WifiConfiguration config1 = provider1.getWifiConfig(); in getWifiConfigsForPasspointProfiles()
1296 .isPasspointSuggestionSharedWithUser(provider3.getWifiConfig())).thenReturn(false); in getWifiConfigsForPasspointProfiles()
1297 WifiConfiguration config3 = provider3.getWifiConfig(); in getWifiConfigsForPasspointProfiles()
[all …]
DPasspointNetworkNominateHelperTest.java135 when(provider.getWifiConfig()).thenReturn(config); in generateProvider()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java573 newProvider.getWifiConfig().getProfileKey()); in addOrUpdateProvider()
577 newProvider.getWifiConfig(), uid, packageName, isFromSuggestion); in addOrUpdateProvider()
628 provider.getWifiConfig().getProfileKey()); in removeProviderInternal()
727 updateWifiConfigInWcmIfPresent(provider.getWifiConfig(), provider.getCreatorUid(), in enableAutojoin()
747 updateWifiConfigInWcmIfPresent(provider.getWifiConfig(), in enableAutojoin()
780 provider.getWifiConfig().getProfileKey()); in enableMacRandomization()
1082 WifiConfiguration config = matchedProvider.first.getWifiConfig(); in getAllMatchingPasspointProfilesForScanResults()
1210 String profileKey = provider.getWifiConfig().getProfileKey(); in getWifiConfigsForPasspointProfiles()
1267 WifiConfiguration config = provider.getWifiConfig(); in getWifiConfigsForPasspointProfiles()
DPasspointNetworkNominateHelper.java308 WifiConfiguration config = candidate.mProvider.getWifiConfig(); in createWifiConfigForProvider()
DPasspointProvider.java545 public WifiConfiguration getWifiConfig() { in getWifiConfig() method in PasspointProvider
781 builder.append(getWifiConfig()); in toString()
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
DWifiUtilsTest.java135 final WifiConfiguration config = WifiUtils.getWifiConfig(wifiEntry, null /* scanResult */); in getWifiConfigByWifiEntry_shouldReturnCorrectConfig()
143 WifiConfiguration config = WifiUtils.getWifiConfig(null /* wifiEntry */, in getWifiConfigWithNullInput_ThrowIllegalArgumentException()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiUtil.java234 WifiConfiguration wifiConfig = getWifiConfig(ssid, security, password, hidden); in connectToWifiEntry()
238 private static WifiConfiguration getWifiConfig(String ssid, int security, in getWifiConfig() method in WifiUtil
248 public static WifiConfiguration getWifiConfig(@NonNull WifiEntry wifiEntry, in getWifiConfig() method in WifiUtil
DWifiPasswordDialog.java118 return WifiUtil.getWifiConfig(mWifiEntry, mEditText.getText().toString()); in getConfig()
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestDialogActivity.java211 mMatchedConfig = WifiUtils.getWifiConfig(null /* wifiEntry */, scanResults.get(0)); in onMatch()
DWifiUtils.java173 public static WifiConfiguration getWifiConfig(WifiEntry wifiEntry, ScanResult scanResult) { in getWifiConfig() method in WifiUtils
DNetworkRequestDialogFragment.java194 config = WifiUtils.getWifiConfig(wifiEntry, null /* scanResult */); in onClick()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/
DNetworkRequestDialogFragment.java238 wifiConfig = WifiUtil.getWifiConfig(selectedWifiEntry, /* password= */ null); in onClick()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DWifiEntryListPreferenceControllerTest.java278 WifiConfiguration config = WifiUtil.getWifiConfig(mMockWifiEntry1, password); in callChangeListener_newSecureWifiEntry_wifiConnected()