Home
last modified time | relevance | path

Searched refs:matchedSuggestions (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java814 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm() local
816 assertEquals(1, matchedSuggestions.size()); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm()
817 ExtendedWifiNetworkSuggestion matchedSuggestion = matchedSuggestions.iterator().next(); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm()
3935 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = mWifiNetworkSuggestionsManager in testSetAllowAutoJoinOnSuggestionNetwork() local
3938 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testSetAllowAutoJoinOnSuggestionNetwork()
3990 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = mWifiNetworkSuggestionsManager in testSetAllowAutoJoinOnPasspointSuggestionNetwork() local
3992 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testSetAllowAutoJoinOnPasspointSuggestionNetwork()
4159 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = mWifiNetworkSuggestionsManager in testUpdateAutoJoinIfImsiProtectionIsEnabledAndDisabled() local
4161 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testUpdateAutoJoinIfImsiProtectionIsEnabledAndDisabled()
4168 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testUpdateAutoJoinIfImsiProtectionIsEnabledAndDisabled()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2027 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = in isPasspointSuggestionSharedWithUser() local
2031 if (matchedSuggestions == null || matchedSuggestions.isEmpty()) { in isPasspointSuggestionSharedWithUser()
2035 ExtendedWifiNetworkSuggestion suggestion = matchedSuggestions in isPasspointSuggestionSharedWithUser()