Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl68 int matchProviderWithCurrentNetwork(String fqdn); in matchProviderWithCurrentNetwork() method
DWifiManager.java862 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiManager
864 return mService.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DWifiNetworkAdapter.java175 public PasspointMatch matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiNetworkAdapter
177 int ordinal = wifiManager.matchProviderWithCurrentNetwork(fqdn); in matchProviderWithCurrentNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1031 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiServiceImpl
1032 return mWifiStateMachine.matchProviderWithCurrentNetwork(mWifiStateMachineChannel, fqdn); in matchProviderWithCurrentNetwork()
DWifiStateMachine.java1914 public int matchProviderWithCurrentNetwork(AsyncChannel channel, String fqdn) { in matchProviderWithCurrentNetwork() method in WifiStateMachine
6212 res = mWifiConfigManager.matchProviderWithCurrentNetwork((String) message.obj); in processMessage()
8174 mWifiConfigManager.matchProviderWithCurrentNetwork(config.FQDN)); in wnmFrameReceived()
DWifiConfigManager.java963 public int matchProviderWithCurrentNetwork(String fqdn) { in matchProviderWithCurrentNetwork() method in WifiConfigManager
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUManager.java744 matchProviderWithCurrentNetwork(homeSP.getFQDN()); in remediate()