Searched refs:getWifiConfiguration (Results 1 – 9 of 9) sorted by relevance
309 mWifiConfigManager.getWifiConfiguration(mWifiInfo.getNetworkId()); in needQualifiedNetworkSelection()417 WifiConfiguration config = mWifiConfigManager.getWifiConfiguration(network.networkId); in updateSavedNetworkSelectionStatus()463 WifiConfiguration selected = mWifiConfigManager.getWifiConfiguration(netId); in userSelectNetwork()488 WifiConfiguration config = mWifiConfigManager.getWifiConfiguration(network.networkId); in userSelectNetwork()618 mWifiConfigManager.getWifiConfiguration(mWifiInfo.getNetworkId()); in selectQualifiedNetwork()640 mWifiConfigManager.getWifiConfiguration(lastUserSelectedNetWorkKey); in selectQualifiedNetwork()824 tempConfig = mWifiConfigManager.getWifiConfiguration(key); in selectQualifiedNetwork()
404 autoRoamSetBSSID(mWifiConfigManager.getWifiConfiguration(netId), bssid); in autoRoamSetBSSID()507 final WifiConfiguration config = mWifiConfigManager.getWifiConfiguration(netId); in deferForUserInput()2652 config = mWifiConfigManager.getWifiConfiguration(msg.arg1); in getLogRecString()2730 config = mWifiConfigManager.getWifiConfiguration(msg.arg1); in getLogRecString()3486 mWifiConfigManager.getWifiConfiguration(mWifiInfo.getNetworkId()); in handleSupplicantStateChange()5176 WifiConfiguration config = mWifiConfigManager.getWifiConfiguration(mLastNetworkId); in registerConnected()5196 WifiConfiguration config = mWifiConfigManager.getWifiConfiguration(mLastNetworkId); in registerDisconnected()5246 return mWifiConfigManager.getWifiConfiguration(mLastNetworkId); in getCurrentWifiConfiguration()5358 + mWifiConfigManager.getWifiConfiguration(message.arg1)); in processMessage()5372 + mWifiConfigManager.getWifiConfiguration(message.arg1)); in processMessage()[all …]
525 WifiConfiguration config = getWifiConfiguration(netId); in getMatchingConfig()593 WifiConfiguration config = getWifiConfiguration(info.getNetworkId()); in updateConfiguration()623 public WifiConfiguration getWifiConfiguration(int netId) { in getWifiConfiguration() method in WifiConfigManager631 public WifiConfiguration getWifiConfiguration(String key) { in getWifiConfiguration() method in WifiConfigManager1350 WifiConfiguration config = getWifiConfiguration(netId); in updateNetworkSelectionStatus()1397 WifiConfiguration config = getWifiConfiguration(networkId); in tryEnableQualifiedNetwork()1854 WifiConfiguration selected = getWifiConfiguration(netId); in setAndEnableLastSelectedConfiguration()2442 WifiConfiguration linked = getWifiConfiguration(key); in makeChannelList()
591 .getWifiConfiguration(mWifiInfo.getNetworkId()); in connectToNetwork()
61 public WifiConfiguration getWifiConfiguration() { in getWifiConfiguration() method in WifiNetworkAdapter.PasspointConfig184 return passpointConfig != null ? passpointConfig.getWifiConfiguration() : null; in getWifiConfig()189 return passpointConfig != null ? passpointConfig.getWifiConfiguration() : null; in getActivePasspointNetwork()199 if (passpointConfig.getWifiConfiguration().networkId == wifiInfo.getNetworkId()) { in getActivePasspointConfig()
177 wifiConfigs.add(getWifiConfiguration(jsonConfig)); in parseJson()190 private static WifiConfiguration getWifiConfiguration(JSONObject jsonConfig) in getWifiConfiguration() method in WifiConfigurationHelper
327 mWifiConfigManager.getWifiConfiguration(expectedConfig.networkId); in testGetWifiConfigurationByNetworkId()349 mWifiConfigManager.getWifiConfiguration(expectedConfig.configKey()); in testGetWifiConfigurationByConfigKey()1172 WifiConfiguration checkConfig = mWifiConfigManager.getWifiConfiguration( in testAddNetworkHasEverConnectedFalse()1190 WifiConfiguration checkConfig = mWifiConfigManager.getWifiConfiguration( in testAddNetworkOverridesHasEverConnectedWhenTrueInNewConfig()1205 WifiConfiguration checkConfig = mWifiConfigManager.getWifiConfiguration( in testUpdateConfigToHasEverConnectedTrue()1226 WifiConfiguration original = mWifiConfigManager.getWifiConfiguration( in testUpdatePreSharedKeyClearsHasEverConnected()1596 WifiConfiguration checkConfig = mWifiConfigManager.getWifiConfiguration(networkId); in checkHasEverConnectedTrue()1602 WifiConfiguration checkConfig = mWifiConfigManager.getWifiConfiguration(networkId); in checkHasEverConnectedFalse()
217 when(wifiConfigManager.getWifiConfiguration(anyInt())).thenReturn(null); in mockWifiConfigManager()
226 when(mWifiConfigManager.getWifiConfiguration(anyInt())) in prepareConfigStore()716 when(mWifiConfigManager.getWifiConfiguration(configs[2].configKey())) in chooseUserPreferredNetwork()