/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointProviderTest.java | 1035 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 …]
|
D | PasspointManagerTest.java | 356 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 …]
|
D | PasspointNetworkNominateHelperTest.java | 135 when(provider.getWifiConfig()).thenReturn(config); in generateProvider()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointManager.java | 573 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()
|
D | PasspointNetworkNominateHelper.java | 308 WifiConfiguration config = candidate.mProvider.getWifiConfig(); in createWifiConfigForProvider()
|
D | PasspointProvider.java | 545 public WifiConfiguration getWifiConfig() { in getWifiConfig() method in PasspointProvider 781 builder.append(getWifiConfig()); in toString()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/ |
D | WifiUtilsTest.java | 135 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/ |
D | WifiUtil.java | 234 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
|
D | WifiPasswordDialog.java | 118 return WifiUtil.getWifiConfig(mWifiEntry, mEditText.getText().toString()); in getConfig()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | NetworkRequestDialogActivity.java | 211 mMatchedConfig = WifiUtils.getWifiConfig(null /* wifiEntry */, scanResults.get(0)); in onMatch()
|
D | WifiUtils.java | 173 public static WifiConfiguration getWifiConfig(WifiEntry wifiEntry, ScanResult scanResult) { in getWifiConfig() method in WifiUtils
|
D | NetworkRequestDialogFragment.java | 194 config = WifiUtils.getWifiConfig(wifiEntry, null /* scanResult */); in onClick()
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/networkrequest/ |
D | NetworkRequestDialogFragment.java | 238 wifiConfig = WifiUtil.getWifiConfig(selectedWifiEntry, /* password= */ null); in onClick()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/ |
D | WifiEntryListPreferenceControllerTest.java | 278 WifiConfiguration config = WifiUtil.getWifiConfig(mMockWifiEntry1, password); in callChangeListener_newSecureWifiEntry_wifiConnected()
|