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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSelectionKeyTest.java36 SocketChannel sc; field in class:SelectionKeyTest
45 sc = SocketChannel.open();
46 sc.configureBlocking(false);
47 selectionKey = sc.register(selector, SelectionKey.OP_CONNECT);
127 assertSame(sc, selectionKey.channel());
130 assertSame(sc, selectionKey.channel());
155 selectionKey.interestOps(~sc.validOps());
188 sc.close();
298 sc.connect(new InetSocketAddress(LOCAL_ADDR, ss.getLocalPort()));

Completed in 2672 milliseconds