Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DNetworkSuggestionEvaluatorTest.java656 public boolean matches(WifiConfiguration otherConfig) { in matches() argument
657 if (otherConfig == null) return false; in matches()
658 return mConfig.configKey().equals(otherConfig.configKey()); in matches()
DWifiNetworkFactoryTest.java2842 public boolean matches(WifiConfiguration otherConfig) { in matches() argument
2843 if (otherConfig == null) return false; in matches()
2844 return mConfig.configKey().equals(otherConfig.configKey()); in matches()