Searched refs:networkTypeEquals (Results 1 – 3 of 3) sorted by relevance
494 assertTrue(fromWifiConfig.networkTypeEquals(fromScanResult)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()503 assertFalse(fromWifiConfig.networkTypeEquals(fromScanResult)); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()532 assertTrue(fromWifiConfig.networkTypeEquals(fromScanResult)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()541 assertFalse(fromWifiConfig.networkTypeEquals(fromScanResult)); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
172 public boolean networkTypeEquals(@NonNull ScanResultMatchInfo other) { in networkTypeEquals() method in ScanResultMatchInfo
1436 return fromScanResult.networkTypeEquals(fromWifiConfiguration); in doesScanResultMatchWifiNetworkSpecifier()