Searched refs:getAllowedProtocols (Results 1 – 6 of 6) sorted by relevance
58 assertTrue(params.getAllowedProtocols().get(b)); in verifySecurityParams()369 assertEquals(allowedProtocols, params.getAllowedProtocols()); in testCommonSetterGetter()370 assertTrue(params.getAllowedProtocols().get(Protocol.RSN)); in testCommonSetterGetter()371 assertTrue(params.getAllowedProtocols().get(Protocol.WPA)); in testCommonSetterGetter()418 assertEquals(params.getAllowedProtocols(), copiedParams.getAllowedProtocols()); in testCopyConstructor()
1036 .anyMatch(params -> params.getAllowedProtocols().get(ap))); in verifyAllowedProtocols()
283 public BitSet getAllowedProtocols() { in getAllowedProtocols() method in SecurityParams
389 BitSet allowedProtocols = securityParams.getAllowedProtocols(); in saveWifiConfiguration()
341 BitSet allowedProtocols = securityParams.getAllowedProtocols(); in saveWifiConfiguration()
3300 tmp.allowedProtocols = securityParams.getAllowedProtocols(); in handleNetworkConnectionEventInfo()