HomeSort by relevance Sort by last modified time
    Searched refs:matchProviderWithCurrentNetwork (Results 1 - 7 of 7) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 68 int matchProviderWithCurrentNetwork(String fqdn);
WifiManager.java 868 public int matchProviderWithCurrentNetwork(String fqdn) {
870 return mService.matchProviderWithCurrentNetwork(fqdn);
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
WifiNetworkAdapter.java 175 public PasspointMatch matchProviderWithCurrentNetwork(String fqdn) {
177 int ordinal = wifiManager.matchProviderWithCurrentNetwork(fqdn);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
WifiStateMachine.java     [all...]
WifiConfigManager.java     [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 744 matchProviderWithCurrentNetwork(homeSP.getFQDN());
    [all...]

Completed in 107 milliseconds