Home
last modified time | relevance | path

Searched refs:getConfiguredNetworksWithPasswords (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java253 assertTrue(mWifiConfigManager.getConfiguredNetworksWithPasswords().isEmpty()); in testGetConfiguredNetworksBeforeLoadFromStore()
297 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddSingleOpenNetwork()
328 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddSingleOpenNetworkWhenCorrespondingEphemeralNetworkExists()
358 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddEphemeralNetworkWhenCorrespondingEphemeralNetworkExists()
382 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddingNetworkWithMatchingMacAddressOverridesField()
397 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testRandomizedMacAddressIsPersistedOverForgetNetwork()
410 retrievedNetworks = mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testRandomizedMacAddressIsPersistedOverForgetNetwork()
434 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testRandomizedMacAddressIsGeneratedForConfigurationReadFromStore()
445 retrievedNetworks = mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testRandomizedMacAddressIsGeneratedForConfigurationReadFromStore()
469 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testUpdateSingleOpenNetwork()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigManager.java590 public List<WifiConfiguration> getConfiguredNetworksWithPasswords() { in getConfiguredNetworksWithPasswords() method in WifiConfigManager
DClientModeImpl.java3501 mWifiConfigManager.getConfiguredNetworksWithPasswords()); in processMessage()