Searched refs:matchProviderWithCurrentNetwork (Results 1 – 7 of 7) sorted by relevance
70 int matchProviderWithCurrentNetwork(String fqdn); in matchProviderWithCurrentNetwork() method
902 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiManager904 return mService.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
175 public PasspointMatch matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiNetworkAdapter177 int ordinal = wifiManager.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
1078 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiServiceImpl1079 return mWifiStateMachine.matchProviderWithCurrentNetwork(mWifiStateMachineChannel, fqdn); in matchProviderWithCurrentNetwork()
1943 public int matchProviderWithCurrentNetwork(AsyncChannel channel, String fqdn) { in matchProviderWithCurrentNetwork() method in WifiStateMachine6339 res = mWifiConfigManager.matchProviderWithCurrentNetwork((String) message.obj); in processMessage()8326 mWifiConfigManager.matchProviderWithCurrentNetwork(config.FQDN)); in wnmFrameReceived()
981 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiConfigManager
744 matchProviderWithCurrentNetwork(homeSP.getFQDN()); in remediate()