Searched defs:theInterfaces (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DNetworkInterfaceTest.java31 Enumeration<NetworkInterface> theInterfaces = null; field in class:NetworkInterfaceTest
291 Enumeration theInterfaces = NetworkInterface.getNetworkInterfaces();
353 if (theInterfaces != null) {
354 while (theInterfaces.hasMoreElements()) {
355 NetworkInterface netif = theInterfaces.nextElement();
361 theInterfaces = NetworkInterface.getNetworkInterfaces();
362 while (theInterfaces.hasMoreElements()) {
363 NetworkInterface netif = theInterfaces.nextElement();
382 if (theInterfaces != null) {
383 while (theInterfaces
[all...]

Completed in 46 milliseconds