Home
last modified time | relevance | path

Searched refs:matchProviderWithCurrentNetwork (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl81 int matchProviderWithCurrentNetwork(String fqdn); in matchProviderWithCurrentNetwork() method
DWifiManager.java2113 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiManager
2115 return mService.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DBaseWifiService.java155 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in BaseWifiService
DWifiServiceImpl.java2877 public int matchProviderWithCurrentNetwork(String fqdn) {