Home
last modified time | relevance | path

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

/cts/tests/tests/companion/multidevice/client/src/android/companion/cts/multidevice/
DBluetoothConnector.kt39 private val serverThreads = mutableMapOf<Int, BluetoothServerThread>()
70 val serverThread: BluetoothServerThread in attachServerSocket()
74 serverThread = BluetoothServerThread(associationId) in attachServerSocket()
115 inner class BluetoothServerThread( class in android.companion.cts.multidevice.BluetoothConnector
/cts/tests/tests/companion/PermissionsSyncTestApp/src/android/os/cts/companiontestapp/
DMainActivity.java65 private BluetoothServerThread mServerThread;
135 mServerThread = new BluetoothServerThread(); in onStart()
300 private class BluetoothServerThread extends Thread { class in MainActivity