Searched refs:isScanResultForOweOnlyNetwork (Results 1 – 3 of 3) sorted by relevance
702 assertTrue(ScanResultUtil.isScanResultForOweOnlyNetwork(makeScanResult("[OWE]"))); in testPureOweNetworkCheck()704 assertFalse(ScanResultUtil.isScanResultForOweOnlyNetwork(makeScanResult(""))); in testPureOweNetworkCheck()706 assertFalse(ScanResultUtil.isScanResultForOweOnlyNetwork( in testPureOweNetworkCheck()
268 public static boolean isScanResultForOweOnlyNetwork(@NonNull ScanResult r) { in isScanResultForOweOnlyNetwork() method in ScanResultUtil
718 && ScanResultUtil.isScanResultForOweOnlyNetwork(r)); in isOweOnlyNetworkInRange()