Searched refs:inheritedChannel (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
H A DSelectorProviderTest.java36 // calling #inheritedChannel to see if this already throws an exception.
37 SelectorProvider.provider().inheritedChannel();
/libcore/luni/src/main/java/java/nio/channels/spi/
H A DSelectorProvider.java140 public Channel inheritedChannel() throws IOException { method in class:SelectorProvider
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldSystemTest.java229 Channel iChannel = System.inheritedChannel();
233 sp.inheritedChannel(), iChannel);
/libcore/luni/src/main/java/java/lang/
H A DSystem.java720 * @see SelectorProvider#inheritedChannel()
722 public static Channel inheritedChannel() throws IOException { method in class:System
723 return SelectorProvider.provider().inheritedChannel();

Completed in 285 milliseconds