Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNetworkSuggestionsManagerTest.java866 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 …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSuggestionsManager.java1361 List<WifiNetworkSuggestion> networkSuggestionList = new ArrayList<>(); in get() local
1364 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()