Searched refs:networkSuggestionList (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkSuggestionsManagerTest.java | 469 List<WifiNetworkSuggestion> networkSuggestionList = Arrays.asList(networkSuggestion); in testAddRemoveSuggestionBeforeUserDataLoaded() local 471 mWifiNetworkSuggestionsManager.add(networkSuggestionList, TEST_UID_1, in testAddRemoveSuggestionBeforeUserDataLoaded() 474 mWifiNetworkSuggestionsManager.remove(networkSuggestionList, TEST_UID_1, in testAddRemoveSuggestionBeforeUserDataLoaded() 487 List<WifiNetworkSuggestion> networkSuggestionList = in testAddRemoveEnterpriseNetworkSuggestion() local 497 mWifiNetworkSuggestionsManager.add(networkSuggestionList, TEST_UID_1, in testAddRemoveEnterpriseNetworkSuggestion() 527 final List<WifiNetworkSuggestion> networkSuggestionList = in testAddNetworkSuggestionWithInvalidKeyChainKeyAlias() local 536 mWifiNetworkSuggestionsManager.add(networkSuggestionList, TEST_UID_1, in testAddNetworkSuggestionWithInvalidKeyChainKeyAlias() 548 final List<WifiNetworkSuggestion> networkSuggestionList = in testAddNetworkSuggestionWithValidKeyChainKeyAlias() local 557 mWifiNetworkSuggestionsManager.add(networkSuggestionList, TEST_UID_1, in testAddNetworkSuggestionWithValidKeyChainKeyAlias() 567 List<WifiNetworkSuggestion> networkSuggestionList = Arrays.asList(networkSuggestion); in testAddInsecureEnterpriseNetworkSuggestion() local [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiNetworkSuggestionsManager.java | 1463 List<WifiNetworkSuggestion> networkSuggestionList = new ArrayList<>(); in get() local 1466 return networkSuggestionList; in get() 1470 return networkSuggestionList; in get() 1474 if (perAppInfo == null) return networkSuggestionList; in get() 1477 networkSuggestionList.add(extendedSuggestion.wns); in get() 1479 return networkSuggestionList; in get()
|