Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java1383 network, mWifiConfigManager.getConfiguredNetworkWithPassword(network.networkId)); in testMultipleUpdatesSingleNetwork()
1394 network, mWifiConfigManager.getConfiguredNetworkWithPassword(network.networkId)); in testMultipleUpdatesSingleNetwork()
1407 network, mWifiConfigManager.getConfiguredNetworkWithPassword(network.networkId)); in testMultipleUpdatesSingleNetwork()
1426 network, mWifiConfigManager.getConfiguredNetworkWithPassword(network.networkId)); in testUpdateWifiEnterpriseConfig()
1435 network, mWifiConfigManager.getConfiguredNetworkWithPassword(network.networkId)); in testUpdateWifiEnterpriseConfig()
1478 mWifiConfigManager.getConfiguredNetworkWithPassword(originalNetwork.networkId)); in testUpdateSingleNetworkWithNullValues()
1525 mWifiConfigManager.getConfiguredNetworkWithPassword(originalNetwork.networkId)); in testUpdateSingleNetworkFailureDoesNotModifyOriginal()
1926 mWifiConfigManager.getConfiguredNetworkWithPassword(result.getNetworkId()); in testUpdateIgnoresMaskedPasswords()
1940 mWifiConfigManager.getConfiguredNetworkWithPassword(result.getNetworkId()); in testUpdateIgnoresMaskedPasswords()
1990 .getConfiguredNetworkWithPassword(result.getNetworkId()); in testGetConfiguredNetworksMasksRandomizedMac()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java733 public WifiConfiguration getConfiguredNetworkWithPassword(int networkId) { in getConfiguredNetworkWithPassword() method in WifiConfigManager