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

/libcore/ojluni/src/main/java/java/sql/
H A DWrapper.java56 * @param iface A Class defining an interface that the result must implement.
61 <T> T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException; argument
72 * @param iface a Class defining an interface.
78 boolean isWrapperFor(java.lang.Class<?> iface) throws java.sql.SQLException; argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DMulticastSocketTest.java921 private static boolean willWorkForMulticast(NetworkInterface iface) throws IOException { argument
922 return iface.isUp()
925 && !iface.isLoopback()
927 && !iface.isPointToPoint()
928 && iface.supportsMulticast()
929 && iface.getInetAddresses().hasMoreElements();

Completed in 505 milliseconds