Searched refs:getAllowedAuthAlgorithms (Results 1 – 3 of 3) sorted by relevance
61 assertTrue(params.getAllowedAuthAlgorithms().get(b)); in verifySecurityParams()415 assertEquals(params.getAllowedAuthAlgorithms(), copiedParams.getAllowedAuthAlgorithms()); in testCopyConstructor()
289 public BitSet getAllowedAuthAlgorithms() { in getAllowedAuthAlgorithms() method in SecurityParams
343 BitSet allowedAuthAlgorithms = securityParams.getAllowedAuthAlgorithms(); in saveWifiConfiguration()