Home
last modified time | relevance | path

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

/cts/tests/tests/companion/PermissionsSyncTestApp/src/android/os/cts/companiontestapp/
DMainActivity.java65 private BluetoothServerThread mServerThread; field in MainActivity
135 mServerThread = new BluetoothServerThread(); in onStart()
140 mServerThread.start(); in onStart()
148 mServerThread.shutdown(); in onStop()
149 mServerThread = null; in onStop()
256 mServerThread.start(); in onRequestPermissionsResult()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java143 private ServerThread mServerThread; field in CtsTestServer
244 mServerThread = new ServerThread(this, mSsl, null, null); in CtsTestServer()
246 mServerThread = new ServerThread(this, mSsl, mResources.openRawResource(keyResId), in CtsTestServer()
254 mServerUri += "//localhost:" + mServerThread.mSocket.getLocalPort(); in CtsTestServer()
255 mServerThread.start(); in CtsTestServer()
262 mServerThread.shutDownOnClientThread(); in shutdown()
266 mServerThread.join(); in shutdown()