Searched refs:mClientThread (Results 1 – 1 of 1) sorted by relevance
46 private ClientThread mClientThread; field in BluetoothMasObexClientSession160 if (mClientThread == null) { in start()161 mClientThread = new ClientThread(mTransport); in start()162 mClientThread.start(); in start()168 if (mClientThread != null) { in stop()169 mClientThread.interrupt(); in stop()175 mClientThread.join(); in stop()176 mClientThread = null; in stop()186 if (mClientThread == null) { in makeRequest()190 return mClientThread.schedule(request); in makeRequest()