Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl84 int matchProviderWithCurrentNetwork(String fqdn); in matchProviderWithCurrentNetwork() method
DWifiManager.java1846 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiManager
1848 return mService.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
/frameworks/base/wifi/java/com/android/server/wifi/
DBaseWifiService.java142 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in BaseWifiService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2398 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiServiceImpl
2400 return mClientModeImpl.matchProviderWithCurrentNetwork(mClientModeImplChannel, fqdn); in matchProviderWithCurrentNetwork()
DClientModeImpl.java1558 public int matchProviderWithCurrentNetwork(AsyncChannel channel, String fqdn) { in matchProviderWithCurrentNetwork() method in ClientModeImpl
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46396 Landroid/net/wifi/IWifiManager$Stub$Proxy;->matchProviderWithCurrentNetwork(Ljava/lang/String;)I
46524 Landroid/net/wifi/IWifiManager;->matchProviderWithCurrentNetwork(Ljava/lang/String;)I
47413 Landroid/net/wifi/WifiManager;->matchProviderWithCurrentNetwork(Ljava/lang/String;)I