Searched refs:networkSuggestionList (Results 1 – 2 of 2) sorted by relevance
866 networkSuggestionList = new ArrayList<>(); in testAddNetworkSuggestionsFailureOnExceedsMaxPerApp()878 networkSuggestionList = new ArrayList<>(); in testAddNetworkSuggestionsFailureOnExceedsMaxPerApp()888 networkSuggestionList = new ArrayList<>(); in testAddNetworkSuggestionsFailureOnExceedsMaxPerApp()3341 networkSuggestionList.add(networkSuggestion); in testAddSuggestionWithValidCarrierIdWithCarrierProvisionPermission()3360 networkSuggestionList.add(networkSuggestion); in testAddSuggestionWithValidCarrierIdWithoutCarrierProvisionPermission()3377 networkSuggestionList.add(networkSuggestion); in testAddSuggestionWithDefaultCarrierIdWithoutCarrierProvisionPermission()3400 networkSuggestionList.add(networkSuggestion); in testGetPasspointSuggestionFromFqdnWithUserApproval()3425 networkSuggestionList.add(networkSuggestion); in testGetPasspointSuggestionFromFqdnWithoutUserApproval()3474 networkSuggestionList.add(networkSuggestion); in testIsPasspointSuggestionSharedWithUserSetToTrue()3521 networkSuggestionList.add(networkSuggestion); in testIsPasspointSuggestionSharedWithUserSetToFalse()[all …]
1361 List<WifiNetworkSuggestion> networkSuggestionList = new ArrayList<>(); in get() local1364 return networkSuggestionList; in get()1368 return networkSuggestionList; in get()1372 if (perAppInfo == null) return networkSuggestionList; in get()1375 networkSuggestionList.add(extendedSuggestion.wns); in get()1377 return networkSuggestionList; in get()