Home
last modified time | relevance | path

Searched refs:getConfiguredNetworkWithPassword (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java1941 network, mWifiConfigManager.getConfiguredNetworkWithPassword(network.networkId)); in testMultipleUpdatesSingleNetwork()
1951 network, mWifiConfigManager.getConfiguredNetworkWithPassword(network.networkId)); in testMultipleUpdatesSingleNetwork()
1971 network, mWifiConfigManager.getConfiguredNetworkWithPassword(network.networkId)); in testUpdateWifiEnterpriseConfig()
1980 network, mWifiConfigManager.getConfiguredNetworkWithPassword(network.networkId)); in testUpdateWifiEnterpriseConfig()
2119 mWifiConfigManager.getConfiguredNetworkWithPassword(originalNetwork.networkId)); in testUpdateSingleNetworkWithNullValues()
2182 mWifiConfigManager.getConfiguredNetworkWithPassword(originalNetwork.networkId)); in testUpdateSingleNetworkFailureDoesNotModifyOriginal()
2523 mWifiConfigManager.getConfiguredNetworkWithPassword(result.getNetworkId()); in testUpdateIgnoresMaskedPasswords()
2537 mWifiConfigManager.getConfiguredNetworkWithPassword(result.getNetworkId()); in testUpdateIgnoresMaskedPasswords()
2585 .getConfiguredNetworkWithPassword(result.getNetworkId()); in testGetConfiguredNetworksMasksRandomizedMac()
2969 mWifiConfigManager.getConfiguredNetworkWithPassword(result.getNetworkId()); in testGetConfiguredNetworksMasksPasswords()
[all …]
DWifiNetworkSelectorTestUtil.java336 when(wifiConfigManager.getConfiguredNetworkWithPassword(anyInt())) in prepareConfigStore()
DWifiNetworkSelectorTest.java2460 when(mWifiConfigManager.getConfiguredNetworkWithPassword(configs[0].networkId)) in testPasspointCandidateUpdateWithLatestScanDetail()
DWifiServiceImplTest.java8105 when(mWifiConfigManager.getConfiguredNetworkWithPassword(captivePortalConfig.networkId)) in addOrUpdatePasspointConfigDisconnectsCaptivePortal()
10347 when(mWifiConfigManager.getConfiguredNetworkWithPassword(testConfig.networkId)).thenReturn( in testGetPrivilegedConnectedNetworkSuccess()
10360 verify(mWifiConfigManager).getConfiguredNetworkWithPassword(testConfig.networkId); in testGetPrivilegedConnectedNetworkSuccess()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java1442 .getConfiguredNetworkWithPassword(config.networkId); in removeSecurityParamsIfNecessary()
DWifiConfigManager.java871 public @Nullable WifiConfiguration getConfiguredNetworkWithPassword(int networkId) { in getConfiguredNetworkWithPassword() method in WifiConfigManager
DWifiServiceImpl.java3417 () -> mWifiConfigManager.getConfiguredNetworkWithPassword(networkId), null, in getPrivilegedConnectedNetwork()
4738 mWifiConfigManager.getConfiguredNetworkWithPassword(networkId);