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

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

Completed in 1105 milliseconds