Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DNetworkSuggestionNominator.java206 mWifiNetworkSuggestionsManager.getNetworkSuggestionsForFqdn(config.FQDN); in findMatchedPasspointSuggestionNetworks()
DWifiNetworkSuggestionsManager.java1821 public @NonNull Set<ExtendedWifiNetworkSuggestion> getNetworkSuggestionsForFqdn(String fqdn) { in getNetworkSuggestionsForFqdn() method in WifiNetworkSuggestionsManager
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionNominatorTest.java834 when(mWifiNetworkSuggestionsManager.getNetworkSuggestionsForFqdn(TEST_FQDN)) in testSuggestionPasspointNetworkCandidatesMatches()
886 when(mWifiNetworkSuggestionsManager.getNetworkSuggestionsForFqdn(TEST_FQDN)) in testSuggestionPasspointNetworkCandidatesNoApprovedMatches()
DWifiNetworkSuggestionsManagerTest.java808 mWifiNetworkSuggestionsManager.getNetworkSuggestionsForFqdn(TEST_FQDN); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm()
3429 mWifiNetworkSuggestionsManager.getNetworkSuggestionsForFqdn(TEST_FQDN); in testGetPasspointSuggestionFromFqdnWithUserApproval()
3454 mWifiNetworkSuggestionsManager.getNetworkSuggestionsForFqdn(TEST_FQDN); in testGetPasspointSuggestionFromFqdnWithoutUserApproval()
5172 mWifiNetworkSuggestionsManager.getNetworkSuggestionsForFqdn(TEST_FQDN); in testGetMergedPasspointSuggestionFromFqdn()
5179 ewns = mWifiNetworkSuggestionsManager.getNetworkSuggestionsForFqdn(TEST_FQDN); in testGetMergedPasspointSuggestionFromFqdn()