Searched refs:mTetheringStoppedLatch (Results 1 – 1 of 1) sorted by relevance
259 private final CountDownLatch mTetheringStoppedLatch = new CountDownLatch(1); field in EthernetTetheringTest.MyTetheringEventCallback290 mTetheringStoppedLatch.countDown(); in onTetheredInterfacesChanged()307 mTetheringStoppedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in awaitInterfaceUntethered()