Searched refs:getNetworkSuggestions (Results 1 – 9 of 9) sorted by relevance
616 when(mWifiService.getNetworkSuggestions(any())) in testAddSuggestionWithUntrusted()651 when(mWifiService.getNetworkSuggestions(any())) in testAddSuggestionWithOemPaid()686 when(mWifiService.getNetworkSuggestions(any())) in testAddSuggestionWithOemPrivate()
7525 assertEquals(testList, mWifiServiceImpl.getNetworkSuggestions(TEST_PACKAGE_NAME)); in testGetNetworkSuggestions()7540 assertTrue(mWifiServiceImpl.getNetworkSuggestions(TEST_PACKAGE_NAME).isEmpty()); in testGetNetworkSuggestionsFailureInRunWithScissors()
340 List<WifiNetworkSuggestion> getNetworkSuggestions(in String packageName); in getNetworkSuggestions() method
738 public List<WifiNetworkSuggestion> getNetworkSuggestions(String packageName) { in getNetworkSuggestions() method in BaseWifiService
3472 public @NonNull List<WifiNetworkSuggestion> getNetworkSuggestions() { in getNetworkSuggestions() method in WifiManager3474 return mService.getNetworkSuggestions(mContext.getOpPackageName()); in getNetworkSuggestions()
1167 mWifiService.getNetworkSuggestions(SHELL_PACKAGE_NAME); in onCommand()1200 mWifiService.getNetworkSuggestions(SHELL_PACKAGE_NAME); in onCommand()1213 mWifiService.getNetworkSuggestions(packageName); in onCommand()
6314 public List<WifiNetworkSuggestion> getNetworkSuggestions(String callingPackageName) {
2405 when(mWifiService.getNetworkSuggestions(anyString())) in addGetRemoveNetworkSuggestions()2413 assertEquals(testList, mWifiManager.getNetworkSuggestions()); in addGetRemoveNetworkSuggestions()2414 verify(mWifiService).getNetworkSuggestions(eq(TEST_PACKAGE_NAME)); in addGetRemoveNetworkSuggestions()
467 …_WIFI_STATE) public java.util.List<android.net.wifi.WifiNetworkSuggestion> getNetworkSuggestions();