Searched refs:otherConfig (Results 1 – 2 of 2) sorted by relevance
656 public boolean matches(WifiConfiguration otherConfig) { in matches() argument657 if (otherConfig == null) return false; in matches()658 return mConfig.configKey().equals(otherConfig.configKey()); in matches()
2842 public boolean matches(WifiConfiguration otherConfig) { in matches() argument2843 if (otherConfig == null) return false; in matches()2844 return mConfig.configKey().equals(otherConfig.configKey()); in matches()