Searched defs:testMac (Results 1 – 3 of 3) sorted by relevance
118 public void testMac(String filename) throws Exception { in testMac() method in JsonMacTest121 public void testMac(String filename, boolean isStrongBox) throws Exception { in testMac() method in JsonMacTest
196 public void testMac(String algorithm, int keySize) throws Exception { in testMac() method in MacTest199 public void testMac(String algorithm, int keySize, boolean isStrongBox) throws Exception { in testMac() method in MacTest
3219 final MacAddress testMac = MacAddress.fromString("22:22:22:22:22:22"); in testUpdateConnectedClientsForLocalOnlyHotspot() local3283 private void verifyHotspotClientUpdate(final boolean isLocalOnly, final MacAddress testMac, in verifyHotspotClientUpdate()