Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java429 assertTrue(mWifiConfigManager.getConfiguredNetworksWithPasswords().isEmpty()); in testGetConfiguredNetworksBeforeLoadFromStore()
478 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testRandomizedMacIsGeneratedEvenIfKeyStoreFails()
499 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddSingleOpenNetwork()
519 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddWapiPskNetwork()
541 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddWapiPskHexNetwork()
561 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddWapiCertNetwork()
595 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddSingleOpenNetworkWhenCorrespondingEphemeralNetworkExists()
626 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddEphemeralNetworkWhenCorrespondingEphemeralNetworkExists()
651 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testAddingNetworkWithMatchingMacAddressOverridesField()
670 mWifiConfigManager.getConfiguredNetworksWithPasswords(); in testRandomizedMacAddressIsPersistedOverForgetNetwork()
[all …]
DWifiServiceImplTest.java3342 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testPrivilegedConfiguredNetworkListNullOnSecurityExceptionPostT()
3363 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testPrivilegedConfiguredNetworkListAreEmptyOnSecurityException()
3384 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testPrivilegedConfiguredNetworkListAreVisibleFromPermittedApp()
10212 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testGetConfiguredNetworksForMultiTypeConfigs()
10244 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testGetConfiguredNetworksForMultiTypeConfigsWithoutAutoUpgradeEnabled()
10276 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testGetConfiguredNetworksForMultiTypeConfigsWithoutHwSupport()
DWifiNetworkFactoryTest.java3699 when(mWifiConfigManager.getConfiguredNetworksWithPasswords()) in testShareConnectedNetworkWithCarModePriorityAndSavedNetwork()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkFactory.java1204 List<WifiConfiguration> networks = mWifiConfigManager.getConfiguredNetworksWithPasswords(); in hasNetworkForInternet()
DWifiConfigManager.java800 public List<WifiConfiguration> getConfiguredNetworksWithPasswords() { in getConfiguredNetworksWithPasswords() method in WifiConfigManager
DWifiServiceImpl.java3380 () -> mWifiConfigManager.getConfiguredNetworksWithPasswords(), in getPrivilegedConfiguredNetworks()
5981 () -> mWifiConfigManager.getConfiguredNetworksWithPasswords(), null,