Searched refs:getHardwareAddress (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DNetworkInterfaceTest.java93 assertEquals(6, nif.getHardwareAddress().length);
105 assertNull(lo.getHardwareAddress());
131 byte[] mac = nif.getHardwareAddress();
157 // This works only because getHardwareAddress (and others) is using name to fetch
164 lo.getHardwareAddress();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DNetworkInterfaceTest.java399 * java.net.NetworkInterface#getHardwareAddress()
406 byte[] hwAddr = netif.getHardwareAddress();
417 * java.net.NetworkInterface#getHardwareAddress()
/libcore/ojluni/src/main/java/java/net/
H A DNetworkInterface.java508 public byte[] getHardwareAddress() throws SocketException { method in class:NetworkInterface

Completed in 97 milliseconds