Searched refs:getNetworkSelectionConfig (Results 1 – 6 of 6) sorted by relevance
96 void getNetworkSelectionConfig(in IWifiNetworkSelectionConfigListener listener); in getNetworkSelectionConfig() method
95 public void getNetworkSelectionConfig(@NonNull IWifiNetworkSelectionConfigListener listener) { in getNetworkSelectionConfig() method in BaseWifiService
2505 public void getNetworkSelectionConfig(@NonNull @CallbackExecutor Executor executor, in getNetworkSelectionConfig() method in WifiManager2510 mService.getNetworkSelectionConfig( in getNetworkSelectionConfig()
8286 () -> mWifiServiceImpl.getNetworkSelectionConfig(null)); in testGetNetworkSelectionConfig_Exceptions()8290 () -> mWifiServiceImpl.getNetworkSelectionConfig(listener)); in testGetNetworkSelectionConfig_Exceptions()8321 mWifiServiceImpl.getNetworkSelectionConfig(listener); in testGetNetworkSelectionConfig_GoodCase()8343 mWifiServiceImpl.getNetworkSelectionConfig(listener); in testGetNetworkSelectionConfig_GoodCase()8364 mWifiServiceImpl.getNetworkSelectionConfig(listener); in testGetNetworkSelectionConfig_GoodCase()
736 …Manifest.permission.MANAGE_WIFI_NETWORK_SELECTION}) public void getNetworkSelectionConfig(@NonNull…
3469 public void getNetworkSelectionConfig(@NonNull IWifiNetworkSelectionConfigListener listener) { in getNetworkSelectionConfig() method in WifiServiceImpl