Home
last modified time | relevance | path

Searched refs:ClientThread (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSessionTest.java192 BluetoothOppObexClientSession.ClientThread thread = in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
194 .new ClientThread( in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
210 BluetoothOppObexClientSession.ClientThread thread = in clientThreadInterrupt_sendMessageShareInterrupted()
212 .new ClientThread( in clientThreadInterrupt_sendMessageShareInterrupted()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java72 private ClientThread mThread;
95 mThread = new ClientThread(mContext, mTransport, numShares, handler); in start()
130 class ClientThread extends Thread { class in BluetoothOppObexClientSession
153 ClientThread( in ClientThread() method in BluetoothOppObexClientSession.ClientThread