Searched refs:savedNetwork (Results 1 – 2 of 2) sorted by relevance
174 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testAddRemoveFromBothSavedAndSuggestionNetwork() local175 WifiConfiguration suggestionNetwork = new WifiConfiguration(savedNetwork); in testAddRemoveFromBothSavedAndSuggestionNetwork()176 savedNetwork.enterpriseConfig = mWifiEnterpriseConfig; in testAddRemoveFromBothSavedAndSuggestionNetwork()181 assertTrue(mWifiKeyStore.updateNetworkKeys(savedNetwork, null)); in testAddRemoveFromBothSavedAndSuggestionNetwork()184 String savedNetworkAlias = savedNetwork.getKeyIdForCredentials(null); in testAddRemoveFromBothSavedAndSuggestionNetwork()211 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapNetwork(); in test_remove_empty_alias_enterprise_config() local212 WifiConfiguration suggestionNetwork = new WifiConfiguration(savedNetwork); in test_remove_empty_alias_enterprise_config()215 mWifiKeyStore.removeKeys(savedNetwork.enterpriseConfig); in test_remove_empty_alias_enterprise_config()239 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBRsa3072() local241 savedNetwork.enterpriseConfig = mWifiEnterpriseConfig; in testConfigureSuiteBRsa3072()[all …]
4541 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testDisablePasspointNetworkRemovesUserChoice() local4543 verifyAddNetworkToWifiConfigManager(savedNetwork); in testDisablePasspointNetworkRemovesUserChoice()4549 savedNetwork.networkId, passpointNetwork.getKey())); in testDisablePasspointNetworkRemovesUserChoice()4552 mWifiConfigManager.getConfiguredNetwork(savedNetwork.networkId); in testDisablePasspointNetworkRemovesUserChoice()4560 retrievedSavedNetwork = mWifiConfigManager.getConfiguredNetwork(savedNetwork.networkId); in testDisablePasspointNetworkRemovesUserChoice()