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

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_NetworkInterface.java29 public static boolean useInterface(NetworkInterface theInterface) { argument
34 if ((theInterface.getDisplayName()
36 || (theInterface.getDisplayName()
38 || (theInterface.getDisplayName()
40 || (theInterface.getDisplayName()
42 || (theInterface.getDisplayName().equals("MS TCP Loopback interface"))) {
48 if ((theInterface.getDisplayName().equals("lo"))
49 || (theInterface.getDisplayName().equals("teredo"))) {

Completed in 130 milliseconds