Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl94 void setNetworkSelectionConfig(in WifiNetworkSelectionConfig nsConfig); in setNetworkSelectionConfig() method
DBaseWifiService.java90 public void setNetworkSelectionConfig(WifiNetworkSelectionConfig nsConfig) { in setNetworkSelectionConfig() method in BaseWifiService
DWifiManager.java2472 public void setNetworkSelectionConfig(@NonNull WifiNetworkSelectionConfig nsConfig) { in setNetworkSelectionConfig() method in WifiManager
2477 mService.setNetworkSelectionConfig(nsConfig); in setNetworkSelectionConfig()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java8263 () -> mWifiServiceImpl.setNetworkSelectionConfig(nsConfig)); in testSetNetworkSelectionConfig()
8267 () -> mWifiServiceImpl.setNetworkSelectionConfig(null)); in testSetNetworkSelectionConfig()
8271 mWifiServiceImpl.setNetworkSelectionConfig(nsConfig); in testSetNetworkSelectionConfig()
8273 verify(mWifiConnectivityManager).setNetworkSelectionConfig(nsConfig); in testSetNetworkSelectionConfig()
8339 mWifiServiceImpl.setNetworkSelectionConfig(customConfig); in testGetNetworkSelectionConfig_GoodCase()
8341 verify(mWifiConnectivityManager).setNetworkSelectionConfig(customConfig); in testGetNetworkSelectionConfig_GoodCase()
8360 mWifiServiceImpl.setNetworkSelectionConfig(resetConfig); in testGetNetworkSelectionConfig_GoodCase()
8362 verify(mWifiConnectivityManager).setNetworkSelectionConfig(resetConfig); in testGetNetworkSelectionConfig_GoodCase()
DWifiConnectivityManagerTest.java4383 mWifiConnectivityManager.setNetworkSelectionConfig( in testAssociatedNetworkSelectionDisabledDismissesNetworkSwitchDialog()
4439 mWifiConnectivityManager.setNetworkSelectionConfig( in testAssociatedNetworkSelectionEnabledResetsNetworkSwitchDialog()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java2384 public void setNetworkSelectionConfig(@NonNull WifiNetworkSelectionConfig nsConfig) { in setNetworkSelectionConfig() method in WifiConnectivityManager
DWifiShellCommand.java1812 mWifiService.setNetworkSelectionConfig(nsConfig); in onCommand()
DWifiServiceImpl.java3435 public void setNetworkSelectionConfig(@NonNull WifiNetworkSelectionConfig nsConfig) { in setNetworkSelectionConfig() method in WifiServiceImpl
3456 mWifiConnectivityManager.setNetworkSelectionConfig(nsConfig); in setNetworkSelectionConfig()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt796 …Manifest.permission.MANAGE_WIFI_NETWORK_SELECTION}) public void setNetworkSelectionConfig(@NonNull…