Searched refs:isLocallyAssigned (Results 1 – 6 of 6) sorted by relevance
49 final boolean isLocallyAssigned; field in MacAddressTest.TestCase51 TestCase(String macAddress, String ouiString, int addressType, boolean isLocallyAssigned) { in TestCase() argument55 this.isLocallyAssigned = isLocallyAssigned; in TestCase()75 static String localAssignedToString(boolean isLocallyAssigned) { in localAssignedToString() argument76 return isLocallyAssigned ? "LOCALLY_ASSIGNED" : "GLOBALLY_UNIQUE"; in localAssignedToString()99 if (tc.isLocallyAssigned != mac.isLocallyAssigned()) { in testMacAddress()101 localAssignedToString(tc.isLocallyAssigned), in testMacAddress()102 localAssignedToString(mac.isLocallyAssigned()))); in testMacAddress()
153 assertTrue(msg, mac.isLocallyAssigned()); in testIsLocallyAssignedAddress()157 assertFalse(msg, mac.isLocallyAssigned()); in testIsLocallyAssignedAddress()187 mac.isLocallyAssigned()); in testMacAddressRandomGeneration()201 mac.isLocallyAssigned()); in testMacAddressRandomGeneration()212 mac.isLocallyAssigned()); in testMacAddressRandomGeneration()
72 mac.isLocallyAssigned()); in testMacAddressRandomGeneration()
123 public boolean isLocallyAssigned() { in isLocallyAssigned() method in MacAddress
1955 return mac != null && !MacAddressUtils.isMulticastAddress(mac) && mac.isLocallyAssigned() in isValidMacAddressForRandomization()
279 method public boolean isLocallyAssigned();