Searched refs:MockSelectableChannel (Results 1 - 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSelectableChannelTest.java36 MockSelectableChannel msc = new MockSelectableChannel();
44 private class MockSelectableChannel extends SelectableChannel { class in class:SelectableChannelTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
H A DAbstractSelectableChannelTest.java37 private MockSelectableChannel testChannel;
41 testChannel = new MockSelectableChannel(SelectorProvider.provider());
61 testChannel = new MockSelectableChannel(SelectorProvider.provider());
79 testChannel = new MockSelectableChannel(null);
141 MockSelectableChannel msc = new MockSelectableChannel(SelectorProvider
277 MockSelectableChannel mock = new MockSelectableChannel(SelectorProvider
287 private class MockSelectableChannel extends AbstractSelectableChannel { class in class:AbstractSelectableChannelTest
295 public MockSelectableChannel(SelectorProvide method in class:AbstractSelectableChannelTest.MockSelectableChannel
[all...]

Completed in 58 milliseconds