Home
last modified time | relevance | path

Searched refs:getNetworkSuggestions (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiShellCommandTest.java616 when(mWifiService.getNetworkSuggestions(any())) in testAddSuggestionWithUntrusted()
651 when(mWifiService.getNetworkSuggestions(any())) in testAddSuggestionWithOemPaid()
686 when(mWifiService.getNetworkSuggestions(any())) in testAddSuggestionWithOemPrivate()
DWifiServiceImplTest.java7525 assertEquals(testList, mWifiServiceImpl.getNetworkSuggestions(TEST_PACKAGE_NAME)); in testGetNetworkSuggestions()
7540 assertTrue(mWifiServiceImpl.getNetworkSuggestions(TEST_PACKAGE_NAME).isEmpty()); in testGetNetworkSuggestionsFailureInRunWithScissors()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl340 List<WifiNetworkSuggestion> getNetworkSuggestions(in String packageName); in getNetworkSuggestions() method
DBaseWifiService.java738 public List<WifiNetworkSuggestion> getNetworkSuggestions(String packageName) { in getNetworkSuggestions() method in BaseWifiService
DWifiManager.java3472 public @NonNull List<WifiNetworkSuggestion> getNetworkSuggestions() { in getNetworkSuggestions() method in WifiManager
3474 return mService.getNetworkSuggestions(mContext.getOpPackageName()); in getNetworkSuggestions()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1167 mWifiService.getNetworkSuggestions(SHELL_PACKAGE_NAME); in onCommand()
1200 mWifiService.getNetworkSuggestions(SHELL_PACKAGE_NAME); in onCommand()
1213 mWifiService.getNetworkSuggestions(packageName); in onCommand()
DWifiServiceImpl.java6314 public List<WifiNetworkSuggestion> getNetworkSuggestions(String callingPackageName) {
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2405 when(mWifiService.getNetworkSuggestions(anyString())) in addGetRemoveNetworkSuggestions()
2413 assertEquals(testList, mWifiManager.getNetworkSuggestions()); in addGetRemoveNetworkSuggestions()
2414 verify(mWifiService).getNetworkSuggestions(eq(TEST_PACKAGE_NAME)); in addGetRemoveNetworkSuggestions()
/packages/modules/Wifi/framework/api/
Dcurrent.txt467 …_WIFI_STATE) public java.util.List<android.net.wifi.WifiNetworkSuggestion> getNetworkSuggestions();