Searched refs:getConfiguredNetworksWithPasswords (Results 1 – 4 of 4) sorted by relevance
391 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 …]
2591 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()
2544 () -> mWifiConfigManager.getConfiguredNetworksWithPasswords(), in getPrivilegedConfiguredNetworks()4174 () -> mWifiConfigManager.getConfiguredNetworksWithPasswords(), null);
728 public List<WifiConfiguration> getConfiguredNetworksWithPasswords() { in getConfiguredNetworksWithPasswords() method in WifiConfigManager