Searched refs:stringRepr (Results 1 – 2 of 2) sorted by relevance
167 String stringRepr = mac.toString(); in testMacAddressConversions() local170 assertEquals(mac, MacAddress.fromString(stringRepr)); in testMacAddressConversions()184 String stringRepr = mac.toString(); in testMacAddressRandomGeneration() local186 assertTrue(stringRepr + " expected to be a locally assigned address", in testMacAddressRandomGeneration()189 stringRepr.startsWith(expectedAndroidOui)); in testMacAddressRandomGeneration()198 String stringRepr = mac.toString(); in testMacAddressRandomGeneration() local200 assertTrue(stringRepr + " expected to be a locally assigned address", in testMacAddressRandomGeneration()203 assertTrue(stringRepr + " expected to begin with " + expectedLocalOui, in testMacAddressRandomGeneration()204 stringRepr.startsWith(expectedLocalOui)); in testMacAddressRandomGeneration()209 String stringRepr = mac.toString(); in testMacAddressRandomGeneration() local[all …]
70 String stringRepr = mac.toString(); in testMacAddressRandomGeneration() local72 assertTrue(stringRepr + " expected to be a locally assigned address", in testMacAddressRandomGeneration()