Home
last modified time | relevance | path

Searched defs:interestOps (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectionKeyImpl.java47 private volatile int interestOps; field in SelectionKeyImpl
76 public int interestOps() { in interestOps() method in SelectionKeyImpl
81 public SelectionKey interestOps(int ops) { in interestOps() method in SelectionKeyImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DAbstractSelectionKeyTest.java64 public int interestOps() { in interestOps() method in AbstractSelectionKeyTest.MockSelectionKey
68 public SelectionKey interestOps(int arg0) { in interestOps() method in AbstractSelectionKeyTest.MockSelectionKey
/libcore/ojluni/src/main/java/java/nio/channels/
DSelectionKey.java179 public abstract int interestOps(); in interestOps() method in SelectionKey
199 public abstract SelectionKey interestOps(int ops); in interestOps() method in SelectionKey
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectionKeyTest.java59 private int interestOps; field in SelectionKeyTest.MockSelectionKey
73 public int interestOps() { in interestOps() method in SelectionKeyTest.MockSelectionKey
77 public SelectionKey interestOps(int operations) { in interestOps() method in SelectionKeyTest.MockSelectionKey