Searched refs:mDisconnected (Results 1 – 4 of 4) sorted by relevance
72 sServiceWatcher.mDisconnected.countDown(); in onDisconnected()152 private final CountDownLatch mDisconnected = new CountDownLatch(1); field in CtsContentCaptureService.ServiceWatcher172 await(mDisconnected, "not disconnected"); in waitOnDisconnected()
103 sServiceWatcher.mDisconnected.countDown(); in onDisconnected()329 private final CountDownLatch mDisconnected = new CountDownLatch(1); field in CtsTranslationService.ServiceWatcher349 await(mDisconnected, "not destroyed"); in waitOnDisconnected()355 + " destroyed: " + (mDisconnected.getCount() == 0); in toString()
1013 private final CountDownLatch mDisconnected = new CountDownLatch(1); field in NativeDecoderTest.SlowCtsTestServer1021 return new SlowHttpServerConnection(mDisconnected, SERVER_DELAY_MILLIS); in createHttpServerConnection()1026 mDisconnected.countDown(); in shutdown()1033 private final CountDownLatch mDisconnected; field in NativeDecoderTest.SlowHttpServerConnection1037 mDisconnected = disconnected; in SlowHttpServerConnection()1082 mDisconnected.await(mDelayMillis, TimeUnit.MILLISECONDS); in createSessionOutputBuffer()
417 boolean mDisconnected = false; field in Camera2MultiViewTestCase.CameraHolder.CameraStateListener426 mDisconnected = true; in onDisconnected()435 return mDisconnected; in isDisconnected()