Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java391 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testRandomizedMacIsGeneratedEvenIfKeyStoreFails()
415 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddSingleOpenNetwork()
435 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddWapiPskNetwork()
457 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddWapiPskHexNetwork()
477 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddWapiCertNetwork()
508 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddSingleOpenNetworkWhenCorrespondingEphemeralNetworkExists()
538 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddEphemeralNetworkWhenCorrespondingEphemeralNetworkExists()
563 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddingNetworkWithMatchingMacAddressOverridesField()
582 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testRandomizedMacAddressIsPersistedOverForgetNetwork()
621 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testRandomizedMacAddressIsGeneratedForConfigurationReadFromStore()
[all …]
H A DWifiServiceImplTest.java2591 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testPrivilegedConfiguredNetworkListAreEmptyFromAppWithoutPermission()
2611 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testPrivilegedConfiguredNetworkListAreEmptyOnSecurityException()
2631 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testPrivilegedConfiguredNetworkListAreVisibleFromPermittedApp()
8232 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testGetConfiguredNetworksForMultiTypeConfigs()
8263 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testGetConfiguredNetworksForMultiTypeConfigsWithoutAutoUpgradeEnabled()
8294 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testGetConfiguredNetworksForMultiTypeConfigsWithoutHwSupport()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java2544 () -> mWifiConfigManager.getConfiguredNetworksWithPasswords(), in getPrivilegedConfiguredNetworks()
4174 () -> mWifiConfigManager.getConfiguredNetworksWithPasswords(), null);
H A DWifiConfigManager.java728 public List<WifiConfiguration> getConfiguredNetworksWithPasswords() { in getConfiguredNetworksWithPasswords() method in WifiConfigManager