Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl136 int matchProviderWithCurrentNetwork(String fqdn); in matchProviderWithCurrentNetwork() method
DBaseWifiService.java185 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in BaseWifiService
DWifiManager.java3605 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiManager
3607 return mService.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt881 Landroid/net/wifi/IWifiManager$Stub$Proxy;->matchProviderWithCurrentNetwork(Ljava/lang/String;)I
1009 Landroid/net/wifi/IWifiManager;->matchProviderWithCurrentNetwork(Ljava/lang/String;)I
1860 Landroid/net/wifi/WifiManager;->matchProviderWithCurrentNetwork(Ljava/lang/String;)I
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java4828 public int matchProviderWithCurrentNetwork(String fqdn) {