Home
last modified time | relevance | path

Searched refs:isAcceptable (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectionKeyTest.java205 assertTrue(mockSelectionKey1.isAcceptable()); in test_isAcceptable()
207 assertFalse(mockSelectionKey2.isAcceptable()); in test_isAcceptable()
246 selectionKey.isAcceptable(); in test_cancel()
/libcore/ojluni/src/main/java/java/nio/channels/
DSelectionKey.java359 public final boolean isAcceptable() { in isAcceptable() method in SelectionKey
/libcore/api/
Dcurrent.txt6282 method public final boolean isAcceptable();