HomeSort by relevance Sort by last modified time
    Searched full:superend (Results 1 - 3 of 3) sorted by null

  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractInterruptibleChannelTest.java 92 testChannel.superEnd(complete);
99 testChannel.superEnd(complete);
106 testChannel.superEnd(complete);
108 testChannel.superEnd(complete);
115 testChannel.superEnd(complete);
152 testChannel.superEnd(complete);
161 testChannel.superEnd(complete);
172 testChannel.superEnd(complete);
195 void superEnd(boolean completed) throws AsynchronousCloseException {
AbstractSelectorTest.java 118 mockSelector.superEnd();
126 mockSelector.superEnd();
134 mockSelector.superEnd();
141 mockSelector.superEnd();
142 mockSelector.superEnd();
149 mockSelector.superEnd();
MockAbstractSelector.java 102 public void superEnd() {

Completed in 176 milliseconds