Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java1186 private boolean isInfoForThisAccessPoint(WifiConfiguration config, WifiInfo info) { in isInfoForThisAccessPoint() method in AccessPoint
1395 if (info != null && isInfoForThisAccessPoint(config, info)) { in update()