Searched refs:matchProviderWithCurrentNetwork (Results 1 – 5 of 5) sorted by relevance
78 int matchProviderWithCurrentNetwork(String fqdn); in matchProviderWithCurrentNetwork() method
1245 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiManager1247 return mService.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
2136 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiServiceImpl2138 return mWifiStateMachine.matchProviderWithCurrentNetwork(mWifiStateMachineChannel, fqdn); in matchProviderWithCurrentNetwork()
1504 public int matchProviderWithCurrentNetwork(AsyncChannel channel, String fqdn) { in matchProviderWithCurrentNetwork() method in WifiStateMachine
26558 HSPLandroid/net/wifi/IWifiManager;->matchProviderWithCurrentNetwork(Ljava/lang/String;)I