Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothOutputStream.java29 /*package*/ final class BluetoothOutputStream extends OutputStream { class
32 /*package*/ BluetoothOutputStream(BluetoothSocket s) { in BluetoothOutputStream() method in BluetoothOutputStream
DBluetoothSocket.java119 private final BluetoothOutputStream mOutputStream;
215 mOutputStream = new BluetoothOutputStream(this); in BluetoothSocket()
225 mOutputStream = new BluetoothOutputStream(this); in BluetoothSocket()
/frameworks/base/
Dcompiled-classes-phone721 android.bluetooth.BluetoothOutputStream