Searched refs:matchProviderWithCurrentNetwork (Results 1 – 7 of 7) sorted by relevance
68 int matchProviderWithCurrentNetwork(String fqdn); in matchProviderWithCurrentNetwork() method
862 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiManager864 return mService.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
175 public PasspointMatch matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiNetworkAdapter177 int ordinal = wifiManager.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
1031 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiServiceImpl1032 return mWifiStateMachine.matchProviderWithCurrentNetwork(mWifiStateMachineChannel, fqdn); in matchProviderWithCurrentNetwork()
1914 public int matchProviderWithCurrentNetwork(AsyncChannel channel, String fqdn) { in matchProviderWithCurrentNetwork() method in WifiStateMachine6212 res = mWifiConfigManager.matchProviderWithCurrentNetwork((String) message.obj); in processMessage()8174 mWifiConfigManager.matchProviderWithCurrentNetwork(config.FQDN)); in wnmFrameReceived()
963 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiConfigManager
744 matchProviderWithCurrentNetwork(homeSP.getFQDN()); in remediate()