Home
last modified time | relevance | path

Searched refs:getMatchingWifiConfig (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl57 WifiConfiguration getMatchingWifiConfig(in ScanResult scanResult); in getMatchingWifiConfig() method
DWifiManager.java744 public WifiConfiguration getMatchingWifiConfig(ScanResult scanResult) { in getMatchingWifiConfig() method in WifiManager
746 return mService.getMatchingWifiConfig(scanResult); in getMatchingWifiConfig()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java400 WifiConfiguration config = mWifiManager.getMatchingWifiConfig(result); in updateAccessPoints()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java824 public WifiConfiguration getMatchingWifiConfig(ScanResult scanResult) { in getMatchingWifiConfig() method in WifiServiceImpl