Searched refs:mDisconnected (Results 1 – 4 of 4) sorted by relevance
201 private final CountDownLatch mDisconnected = new CountDownLatch(1); field in NativeDecoderTest.SlowCtsTestServer209 return new SlowHttpServerConnection(mDisconnected, SERVER_DELAY_MILLIS); in createHttpServerConnection()214 mDisconnected.countDown(); in shutdown()221 private final CountDownLatch mDisconnected; field in NativeDecoderTest.SlowHttpServerConnection225 mDisconnected = disconnected; in SlowHttpServerConnection()270 mDisconnected.await(mDelayMillis, TimeUnit.MILLISECONDS); in createSessionOutputBuffer()
72 sServiceWatcher.mDisconnected.countDown(); in onDisconnected()152 private final CountDownLatch mDisconnected = new CountDownLatch(1); field in CtsContentCaptureService.ServiceWatcher172 await(mDisconnected, "not disconnected"); in waitOnDisconnected()
109 sServiceWatcher.mDisconnected.countDown(); in onDisconnected()368 private final CountDownLatch mDisconnected = new CountDownLatch(1); field in CtsTranslationService.ServiceWatcher388 await(mDisconnected, "not destroyed"); in waitOnDisconnected()394 + " destroyed: " + (mDisconnected.getCount() == 0); in toString()
437 boolean mDisconnected = false; field in Camera2MultiViewTestCase.CameraHolder.CameraStateListener446 mDisconnected = true; in onDisconnected()455 return mDisconnected; in isDisconnected()