Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothServerSocket.java197 /*package*/ void setChannel(int newChannel) { in setChannel() argument
203 if(mSocket.getPort() != newChannel) { in setChannel()
205 + mSocket.getPort() + " requested newChannel: " + newChannel); in setChannel()
208 mChannel = newChannel; in setChannel()
/frameworks/base/api/
Dcurrent.txt46590 method public static java.nio.channels.ReadableByteChannel newChannel(java.io.InputStream);
46591 method public static java.nio.channels.WritableByteChannel newChannel(java.io.OutputStream);
Dsystem-current.txt49196 method public static java.nio.channels.ReadableByteChannel newChannel(java.io.InputStream);
49197 method public static java.nio.channels.WritableByteChannel newChannel(java.io.OutputStream);