Searched refs:matchedSuggestions (Results 1 – 2 of 2) sorted by relevance
814 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm() local816 assertEquals(1, matchedSuggestions.size()); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm()817 ExtendedWifiNetworkSuggestion matchedSuggestion = matchedSuggestions.iterator().next(); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm()3935 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = mWifiNetworkSuggestionsManager in testSetAllowAutoJoinOnSuggestionNetwork() local3938 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testSetAllowAutoJoinOnSuggestionNetwork()3990 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = mWifiNetworkSuggestionsManager in testSetAllowAutoJoinOnPasspointSuggestionNetwork() local3992 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testSetAllowAutoJoinOnPasspointSuggestionNetwork()4159 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = mWifiNetworkSuggestionsManager in testUpdateAutoJoinIfImsiProtectionIsEnabledAndDisabled() local4161 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testUpdateAutoJoinIfImsiProtectionIsEnabledAndDisabled()4168 for (ExtendedWifiNetworkSuggestion ewns : matchedSuggestions) { in testUpdateAutoJoinIfImsiProtectionIsEnabledAndDisabled()[all …]
2027 Set<ExtendedWifiNetworkSuggestion> matchedSuggestions = in isPasspointSuggestionSharedWithUser() local2031 if (matchedSuggestions == null || matchedSuggestions.isEmpty()) { in isPasspointSuggestionSharedWithUser()2035 ExtendedWifiNetworkSuggestion suggestion = matchedSuggestions in isPasspointSuggestionSharedWithUser()