Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DScanResultMatchInfoTest.java494 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()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DScanResultMatchInfo.java172 public boolean networkTypeEquals(@NonNull ScanResultMatchInfo other) { in networkTypeEquals() method in ScanResultMatchInfo
H A DWifiNetworkFactory.java1436 return fromScanResult.networkTypeEquals(fromWifiConfiguration); in doesScanResultMatchWifiNetworkSpecifier()