Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathInBandTestCase.java91 private Thread mClientServerThread; field in DataPathInBandTestCase
116 mClientServerThread = null; in executeTest()
139 if (mClientServerThread != null) { in tearDown()
140 mClientServerThread.interrupt(); in tearDown()
321 mClientServerThread = new Thread(() -> { in executeTestPublisher()
368 mClientServerThread.start(); in executeTestPublisher()
446 mClientServerThread.join(CALLBACK_TIMEOUT_SEC * 1000); in executeTestPublisher()
447 if (mClientServerThread.isAlive()) { in executeTestPublisher()