Searched refs:netifs (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixNetworkInterfaceTest.java30 private Enumeration<NetworkInterface> netifs = null; field in class:UnixNetworkInterfaceTest
40 while (netifs.hasMoreElements()) {
41 NetworkInterface netif = netifs.nextElement();
66 while (netifs.hasMoreElements()) {
67 NetworkInterface netif = netifs.nextElement();
94 while (netifs.hasMoreElements()) {
95 NetworkInterface netif = netifs.nextElement();
126 while (netifs.hasMoreElements()) {
127 NetworkInterface netif = netifs.nextElement();
151 while (netifs
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DInterfaceAddressTest.java132 Enumeration<NetworkInterface> netifs = NetworkInterface
135 if (netifs != null) {
136 while (netifs.hasMoreElements()) {
137 theInterface = netifs.nextElement();

Completed in 80 milliseconds