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()
2576 public boolean matches(WifiConfiguration otherConfig) { in matches() argument2577 if (otherConfig == null) return false; in matches()2578 return mConfig.configKey().equals(otherConfig.configKey()); in matches()