Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DAccessPoint.java367 private boolean isInfoForThisAccessPoint(WifiInfo info) { in isInfoForThisAccessPoint() method in AccessPoint
380 if (info != null && isInfoForThisAccessPoint(info)) { in update()