Searched refs:matchProviderWithCurrentNetwork (Results 1 – 5 of 5) sorted by relevance
84 int matchProviderWithCurrentNetwork(String fqdn); in matchProviderWithCurrentNetwork() method
1813 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiManager1815 return mService.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
142 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in BaseWifiService
2356 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiServiceImpl2358 return mClientModeImpl.matchProviderWithCurrentNetwork(mClientModeImplChannel, fqdn); in matchProviderWithCurrentNetwork()
1541 public int matchProviderWithCurrentNetwork(AsyncChannel channel, String fqdn) { in matchProviderWithCurrentNetwork() method in ClientModeImpl