Home
last modified time | relevance | path

Searched defs:selectedKeys (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DSelectorImpl.java44 public java.util.Set<java.nio.channels.SelectionKey> selectedKeys() { in selectedKeys() method in SelectorImpl
101 protected java.util.Set<java.nio.channels.SelectionKey> selectedKeys; field in SelectorImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorImpl.java44 protected Set<SelectionKey> selectedKeys; field in SelectorImpl
72 public Set<SelectionKey> selectedKeys() { in selectedKeys() method in SelectorImpl
/libcore/ojluni/src/main/java/java/nio/channels/
DSelector.java275 public abstract Set<SelectionKey> selectedKeys(); in selectedKeys() method in Selector
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DMockAbstractSelector.java69 public Set<SelectionKey> selectedKeys() { in selectedKeys() method in MockAbstractSelector
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectorTest.java158 Set<SelectionKey> selectedKeys = selector.selectedKeys(); in test_selectedKeys() local